mirror of
https://github.com/zhigang1992/AppAnalytics-iOS-Framework.git
synced 2026-04-30 04:45:45 +08:00
Using .a files
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
Versions/Current/AppAnalytics
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Versions/Current/Headers
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
A
|
|
||||||
@@ -10,9 +10,9 @@ Pod::Spec.new do |spec|
|
|||||||
spec.source = { :git => "https://github.com/AppAnalytics-io/AppAnalytics-iOS-Framework.git", :tag => "1.2.1" }
|
spec.source = { :git => "https://github.com/AppAnalytics-io/AppAnalytics-iOS-Framework.git", :tag => "1.2.1" }
|
||||||
spec.requires_arc = true
|
spec.requires_arc = true
|
||||||
spec.frameworks = "MobileCoreServices", "SystemConfiguration", "CoreLocation", "StoreKit", "Foundation"
|
spec.frameworks = "MobileCoreServices", "SystemConfiguration", "CoreLocation", "StoreKit", "Foundation"
|
||||||
spec.vendored_frameworks = "AppAnalytics.framework"
|
spec.vendored_frameworks = "AppAnalytics.a"
|
||||||
spec.source_files = "AppAnalytics.framework/Versions/A/Headers/AppAnalytics.h"
|
spec.source_files = "AppAnalytics.h"
|
||||||
spec.public_header_files = "AppAnalytics.framework/Versions/A/Headers/AppAnalytics.h"
|
spec.public_header_files = "AppAnalytics.h"
|
||||||
spec.xcconfig = { "OTHER_LDFLAGS" => "-all_load" }
|
# spec.xcconfig = { "OTHER_LDFLAGS" => "-all_load" }
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user