blob: 1dfc75a0abef286fe325e45b8a1edd4c1b9f1fbb [file] [log] [blame]
{
"name": "ZZAnalyticsSDK",
"version": "1.0.5",
"summary": "A short description of ZZAnalyticsSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/wbzlop/ZZAnalytics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wubaozeng": "wubaozeng@gamegoing.net"
},
"source": {
"git": "https://github.com/wbzlop/ZZAnalytics.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"prefix_header_file": "AnalyticsSDK/AnalyticsSDK-Prefix.pch",
"source_files": [
"AnalyticsSDK/**/*.{c,h,m,mm}"
],
"frameworks": [
"AdSupport",
"CoreTelephony",
"SystemConfiguration"
],
"public_header_files": [
"AnalyticsSDK/AnalyticsSDK.h",
"AnalyticsSDK/Classes/SAMKeychain/Sources/SAMKeychain.h",
"AnalyticsSDK/Classes/SAMKeychain/Sources/SAMKeychainQuery.h",
"AnalyticsSDK/Classes/common/TPDeviceHelper.h"
],
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_CFLAGS": "-fembed-bitcode",
"VALID_ARCHS": "arm64"
},
"dependencies": {
"WCDB": [
]
}
}