Skip to content

Commit

Permalink
pod spec information updated
Browse files Browse the repository at this point in the history
  • Loading branch information
torongo-azerion committed Apr 26, 2024
1 parent 16edccc commit b6e8b08
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions MAdvertiseLocation.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
Pod::Spec.new do |s|
s.name = "MAdvertiseLocation"
s.version = "3.1.7"
s.summary = "MAdvertise Location SDK is an IOS project developed with SWIFT programming language. It help to collect and track geolcation data."
s.version = "3.1.8"
s.summary = "BlueStack Location"

s.homepage = "https://bitbucket.org/mngcorp/mngads-demo-ios/wiki/MadvertiseLocation"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.homepage = "https://developers.bluestack.app/ios/bluestack-location/getting-started"
s.license = {
"type": "Creative Commons Legal Code, Attribution 3.0 Unported"
}
s.author = { "MAdvertise" => "http://madvertise.com/",
"Technical Assistance" => "admin@madvertise.com"
}
s.author = {
"Azerion" => "https://www.azerion.com/contact/"
}

s.source = { :git => "https://github.com/azerion/BlueStackLocation.git", :tag => "v#{s.version}" }
#s.source = { :http => "https://bitbucket.org/mngcorp/mngads-demo-ios/downloads/MAdvertiseLocation-v3.1.5.zip" }
s.source = { :git => "https://github.com/azerion/BlueStackLocation.git", :tag => "#{s.version}" }
s.platform = :ios, '12.0'
s.requires_arc = true

Expand Down

0 comments on commit b6e8b08

Please sign in to comment.