blob: 0198603a4d6b8b83b3e3c661d0fee97d31605d07 [file] [log] [blame]
{
"name": "ZZAnalyticsSDK",
"version": "1.0.0",
"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": "/Users/wbz/Documents/work/AnalyticsSDK",
"branch": "release/1.0.0"
},
"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"
],
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_CFLAGS": "-fembed-bitcode",
"VALID_ARCHS": "arm64"
},
"dependencies": {
"WCDB": [
]
}
}