blob: 53b134035e268669be46f2f5e7600bc583ca4259 [file] [log] [blame]
{
"name": "AnalyticsSDK",
"version": "0.1",
"summary": "A full analytics SDK for all iOS statistics tools. For example, UMeng, 百度统计, Google Analytics.",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"AnalyticsSDK/*.{h,m}",
"AnalyticsSDK/**/*.{h,m}"
],
"requires_arc": false,
"dependencies": {
"UMengAnalytics": [
"~> 2.2.1"
],
"GoogleAnalytics-iOS-SDK": [
"~> 3.0.2"
]
}
}