[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 0 / f / ASAnalytics / 0.1.1 / ASAnalytics.podspec.json
blob40ecd84050b63a98e30fe2074a26dcbb2b11738c
2   "name": "ASAnalytics",
3   "version": "0.1.1",
4   "summary": "This library allows you to follow you application's analytics through http://appaloosa-store.com",
5   "description": "This library allows you to gather intel on the way people use your app. Various user events will be recorded and sent asynchronously to Appaloosa. The graphs will be displayed in the admin view of the Appaloosa-Store. More information at https://github.com/appaloosa-store/appaloosa-ios-analytics-sdk",
6   "homepage": "http://www.appaloosa-store.com/",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "The Appaloosa Team": "support@appaloosa-store.com"
10   },
11   "source": {
12     "git": "https://github.com/appaloosa-store/appaloosa-ios-analytics-sdk.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": [
19     "Classes",
20     "appaloosa-ios-analytics-sdk/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "FMDB": [
25       "~> 2.5"
26     ],
27     "AFNetworking": [
28       "~> 2.0"
29     ]
30   }