Skip to content

Commit

Permalink
[update] podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
emvakar committed Aug 1, 2020
1 parent 8651c26 commit 900ea9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EKAstrologyCalc.podspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = '10.0'
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.0"
s.version = "1.0.3"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Emil Karimov" => "[email protected]" }
s.homepage = "https://github.com/emvakar/EKAstrologyCalc.git"
s.social_media_url = 'https://twitter.com/e_karimov'
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 'DevHelper'
s.dependency 'ESDateHelper'
s.source_files = "AstrologyCalc/Moon/**/*.{swift}"
end

0 comments on commit 900ea9c

Please sign in to comment.