mirror of
https://github.com/zhigang1992/AppAnalytics-iOS-Framework.git
synced 2026-01-12 22:45:55 +08:00
connectivity fixes
This commit is contained in:
Binary file not shown.
@@ -1,13 +1,13 @@
|
||||
Pod::Spec.new do |spec|
|
||||
|
||||
spec.name = "AppAnalytics"
|
||||
spec.version = "1.2.0"
|
||||
spec.version = "1.2.1"
|
||||
spec.summary = "AppAnalytics framework for iOS"
|
||||
spec.homepage = "https://appanalytics.io"
|
||||
spec.author = { "Cem Sancak" => "cem@appanalytics.io" }
|
||||
spec.license = { :type => "MIT", :file => "LICENSE" }
|
||||
spec.platform = :ios, "7.0"
|
||||
spec.source = { :git => "https://github.com/AppAnalytics-io/AppAnalytics-iOS-Framework.git", :tag => "1.2.0" }
|
||||
spec.source = { :git => "https://github.com/AppAnalytics-io/AppAnalytics-iOS-Framework.git", :tag => "1.2.1" }
|
||||
spec.requires_arc = true
|
||||
spec.frameworks = "MobileCoreServices", "SystemConfiguration", "CoreLocation", "StoreKit", "Foundation"
|
||||
spec.vendored_frameworks = "AppAnalytics.framework"
|
||||
|
||||
Reference in New Issue
Block a user