blob: 8dadf60e4f1463da76c577065e6903867f053a88 [file] [log] [blame]
{
"name": "Baidu-Analytics-SDK",
"version": "3.0",
"license": {
"type": "Copyright",
"text": "LICENSE ©2013 Baidu, Inc. All rights reserved."
},
"summary": "Baidu mobile tongji analytics SDK for iOS.",
"homepage": "http://mtj.baidu.com/web/welcome/login",
"authors": {
"baidu": "apptongji@baidu.com"
},
"source": {
"http": "http://mtj.baidu.com/sdk/ios_3.0.zip"
},
"requires_arc": false,
"platforms": {
"ios": null
},
"source_files": "ios_api/Release-iphoneos/*.h",
"preserve_paths": "ios_api/Release-iphoneos/*.a",
"frameworks": [
"CoreLocation",
"CoreTelephony",
"SystemConfiguration"
],
"libraries": [
"stdc++",
"z",
"BaiduMobStat"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/ios_api/Release-iphoneos"
},
"dependencies": {
"TouchJSON": [
]
}
}