[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / e / 3 / AnalyticsSDK / 0.2.1 / AnalyticsSDK.podspec.json
blob62bb579d1049428111aba1a338b273c69cef95db
2   "name": "AnalyticsSDK",
3   "version": "0.2.1",
4   "summary": "A full analytics SDK for all iOS statistics tools. For example, UMeng, 百度统计, Google Analytics. AVOS",
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.2.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "AnalyticsSDK/*.{h,m}",
22     "AnalyticsSDK/**/*.{h,m}"
23   ],
24   "requires_arc": "true",
25   "dependencies": {
26     "UMengAnalytics": [
27       "~> 2.2.1"
28     ],
29     "GoogleAnalytics-iOS-SDK": [
30       "~> 3.0.2"
31     ],
32     "AVOSCloud": [
34     ]
35   }