From b6e8b08c132114641ee5bc76178142c81ea13144 Mon Sep 17 00:00:00 2001 From: Torongo Date: Fri, 26 Apr 2024 18:21:10 +0600 Subject: [PATCH] pod spec information updated --- MAdvertiseLocation.podspec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/MAdvertiseLocation.podspec b/MAdvertiseLocation.podspec index 8ba64a7..50569ee 100644 --- a/MAdvertiseLocation.podspec +++ b/MAdvertiseLocation.podspec @@ -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