Skip to content

Commit

Permalink
Fix pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
kosratdev committed Oct 16, 2018
2 parents 12a1a13 + b68e592 commit 45d0100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MuslimData.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MuslimData'
s.version = '1.0.0'
s.version = '1.0.0-beta.2'
s.summary = 'Islamic library (Prayer Times [fixed and calculated], Names of Allah, and Azkars).'

# This description is used to generate tags and improve search results.
Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Kosrat D. Ahmad' => '[email protected]' }
s.source = { :git => 'https://github.com/KosratDAhmad/MuslimData.git', :tag => 'v'+s.version.to_s+'-beta.1' }
s.source = { :git => 'https://github.com/KosratDAhmad/MuslimData.git', :tag => 'v'+s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '10.0'
Expand Down

0 comments on commit 45d0100

Please sign in to comment.