blob: 0fa1346b41a34e08fe62811ee2a046cf05a18e2d [file] [log] [blame]
{
"name": "Adjust",
"version": "3.3.3",
"summary": "This is the iOS SDK of Adjust. You can read more about it at http://adjust.io.",
"homepage": "http://adjust.io",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"authors": {
"Christian Wellenbrock": "welle@adjust.com"
},
"source": {
"git": "https://github.com/adeven/adjust_ios_sdk.git",
"tag": "v3.3.3"
},
"platforms": {
"ios": "4.3"
},
"frameworks": "SystemConfiguration",
"weak_frameworks": [
"AdSupport",
"iAd"
],
"source_files": [
"Adjust/*.{h,m}",
"Adjust/AIAdditions/*.{h,m}"
],
"requires_arc": true
}