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