[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / e / 3 / AnalyticsSDK / 0.1 / AnalyticsSDK.podspec.json
blob53b134035e268669be46f2f5e7600bc583ca4259
2   "name": "AnalyticsSDK",
3   "version": "0.1",
4   "summary": "A full analytics SDK for all iOS statistics tools. For example, UMeng, 百度统计, Google Analytics.",
5   "homepage": "https://github.com/shjborage/AnalyticsSDK",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Eric": "shjborage@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/shjborage/AnalyticsSDK.git",
15     "tag": "v0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "AnalyticsSDK/*.{h,m}",
22     "AnalyticsSDK/**/*.{h,m}"
23   ],
24   "requires_arc": false,
25   "dependencies": {
26     "UMengAnalytics": [
27       "~> 2.2.1"
28     ],
29     "GoogleAnalytics-iOS-SDK": [
30       "~> 3.0.2"
31     ]
32   }