[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 0 / f / ASAnalytics / 0.1.3 / ASAnalytics.podspec.json
blobf8342eb3a0130f6a91c67fd08d79078efa809b8a
2   "name": "ASAnalytics",
3   "version": "0.1.3",
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.3"
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   }