blob: 40ecd84050b63a98e30fe2074a26dcbb2b11738c [file] [log] [blame]
{
"name": "ASAnalytics",
"version": "0.1.1",
"summary": "This library allows you to follow you application's analytics through http://appaloosa-store.com",
"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",
"homepage": "http://www.appaloosa-store.com/",
"license": "Apache License, Version 2.0",
"authors": {
"The Appaloosa Team": "support@appaloosa-store.com"
},
"source": {
"git": "https://github.com/appaloosa-store/appaloosa-ios-analytics-sdk.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Classes",
"appaloosa-ios-analytics-sdk/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.5"
],
"AFNetworking": [
"~> 2.0"
]
}
}