-
Notifications
You must be signed in to change notification settings - Fork 2
/
QuranSDK.podspec
25 lines (22 loc) · 1015 Bytes
/
QuranSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Be sure to run `pod lib lint QuranSDK.podspec` and `pod spec lint QuranSDK.podspec`
# to ensure this is a valid spec before submitting.
#
# To learn more about Podspec files,
# see the Podspec Syntax Reference (https://guides.cocoapods.org/syntax/podspec.html)
#
Pod::Spec.new do |s|
s.author = { 'Adil Hussain' => 'TazkiyaTech@gmail.com' }
s.documentation_url = 'https://github.com/TazkiyaTech/quran-sdk/blob/master/iOS/README.md'
s.homepage = 'https://github.com/TazkiyaTech/quran-sdk'
s.ios.deployment_target = '11.0'
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
s.name = 'QuranSDK'
s.resources = 'iOS/QuranSDK/**/*.db'
s.social_media_url = 'https://twitter.com/TazkiyaTech'
s.source = { :git => 'https://github.com/TazkiyaTech/quran-sdk.git', :tag => 'v1.2.0' }
s.source_files = 'iOS/QuranSDK/**/*.swift'
s.summary = 'An iOS framework that gives you easy, offline access to verses of the Quran in your iOS projects.'
s.swift_version = '5.0'
s.version = '1.2.0'
end