Skip to content

Commit

Permalink
Update podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
kosratdev committed May 22, 2024
1 parent a29ae23 commit cd6d08a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions MuslimData.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,9 @@
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#

require 'git'
# Define a function to get the latest git tag
def latest_git_tag
git = Git.open('.')
git_tag = git.describe(tags: true)
git_tag.strip
end


Pod::Spec.new do |s|
s.name = 'MuslimData'
s.version = latest_git_tag
s.version = '2.0.1'
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 Down

0 comments on commit cd6d08a

Please sign in to comment.