forked from batoulapps/Adhan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Adhan.podspec
30 lines (24 loc) · 1.14 KB
/
Adhan.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
26
27
28
29
30
Pod::Spec.new do |s|
s.name = "Adhan"
s.version = "0.1.4"
s.summary = "High precision prayer time library."
s.description = <<-DESC
Adhan is a high precision prayer time
library with all astronomical equations
from cited authoritative sources. Adhan
is well tested and available in multiple
languages. For iOS and OS X apps Adhan
is available in Swift and with an Objective-C
compatible Swift interface.
DESC
s.homepage = "https://github.com/batoulapps/Adhan"
s.license = 'MIT'
s.author = { 'Batoul Apps' => '[email protected]' }
s.source = { :git => "https://github.com/batoulapps/Adhan.git", :tag => "swift-" + s.version.to_s }
s.social_media_url = 'https://twitter.com/batoulapps'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'
s.source_files = 'Swift/Adhan/Adhan.swift',
'Swift/Adhan/AdhanObjc.swift'
end