blob: f1722c7d9150c70e9717c689d88aa648e384b916 [file] [log] [blame]
{
"name": "AppAnalytics",
"version": "0.0.1",
"summary": "AppAnalytics framework for iOS",
"homepage": "http://appanalytics.io",
"authors": {
"Vadim Bulavin": "vadim@tundramobile.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/V8tr/AppAnalytics.git",
"tag": "0.0.1"
},
"requires_arc": true,
"frameworks": [
"MobileCoreServices",
"SystemConfiguration",
"CoreLocation",
"StoreKit",
"Foundation"
],
"vendored_frameworks": "AppAnalytics.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-all_load"
}
}