Skip to content

Commit

Permalink
push the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MedAnypli committed Feb 14, 2023
1 parent 326929f commit ebe6388
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions MAdvertiseLocation.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Pod::Spec.new do |s|
s.name = "MAdvertiseLocation"
s.version = "3.1.5"
s.summary = "MAdvertise Location SDK is an IOS project developed with SWIFT programming language. It help to collect and track geolcation data."

s.homepage = "https://bitbucket.org/mngcorp/mngads-demo-ios/wiki/MadvertiseLocation"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = {
"type": "Creative Commons Legal Code, Attribution 3.0 Unported"
}
s.author = { "MAdvertise" => "http://madvertise.com/",
"Technical Assistance" => "[email protected]"
}

s.source = { :http => "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.platform = :ios, '12.0'
s.requires_arc = true

s.frameworks = 'AdSupport'
s.swift_version = '5'
s.vendored_frameworks = 'MAdvertiseLocation.xcframework'
s.preserve_paths = "MAdvertiseLocation.xcframework"

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

end



0 comments on commit ebe6388

Please sign in to comment.