blob: 62bb579d1049428111aba1a338b273c69cef95db [file] [log] [blame]
{
"name": "AnalyticsSDK",
"version": "0.2.1",
"summary": "A full analytics SDK for all iOS statistics tools. For example, UMeng, 百度统计, Google Analytics. AVOS",
"homepage": "https://github.com/shjborage/AnalyticsSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric": "shjborage@gmail.com"
},
"source": {
"git": "https://github.com/shjborage/AnalyticsSDK.git",
"tag": "v0.2.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"AnalyticsSDK/*.{h,m}",
"AnalyticsSDK/**/*.{h,m}"
],
"requires_arc": "true",
"dependencies": {
"UMengAnalytics": [
"~> 2.2.1"
],
"GoogleAnalytics-iOS-SDK": [
"~> 3.0.2"
],
"AVOSCloud": [
]
}
}