Skip to content

Commit

Permalink
Fix pod library version
Browse files Browse the repository at this point in the history
  • Loading branch information
kosratdev committed Oct 12, 2018
2 parents bca36c4 + 706268f commit 845703c
Show file tree
Hide file tree
Showing 2 changed files 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 = '0.3.1'
s.version = '0.3.2'
s.summary = 'Islamic library (Prayer Times [fixed and calculated], Offline Geocoder, and Location Search).'

# 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' => 'kosrat.d.ahmad@gmail.com' }
s.source = { :git => 'https://github.com/KosratDAhmad/MuslimData.git', :tag => s.version.to_s }
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
Binary file modified MuslimData/Assets/MuslimData.db
Binary file not shown.

0 comments on commit 845703c

Please sign in to comment.