-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathEKAstrologyCalc.podspec
More file actions
21 lines (18 loc) · 794 Bytes
/
Copy pathEKAstrologyCalc.podspec
File metadata and controls
21 lines (18 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.platform = :ios
s.ios.deployment_target = '11.0'
s.name = "EKAstrologyCalc"
s.summary = "EKAstrologyCalc swift 5.2 framework for simple development amazing apps."
s.requires_arc = true
s.swift_version = '5.2'
s.version = "1.0.3"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Emil Karimov" => "emvakar@gmail.com" }
s.homepage = "https://github.com/emvakar/EKAstrologyCalc.git"
s.social_media_url = 'https://www.facebook.com/emvakar'
s.source = { :git => "https://github.com/emvakar/EKAstrologyCalc.git", :tag => "v" + s.version.to_s }
s.framework = "Foundation"
s.framework = "CoreLocation"
s.dependency 'ESDateHelper'
s.source_files = "AstrologyCalc/Moon/**/*.{swift}"
end