blob: 4ab36058a529a7789b61ae05e7e7165be3da4afb [file] [log] [blame]
{
"name": "Adjust",
"version": "4.0.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": "v4.0.5"
},
"platforms": {
"ios": "4.3"
},
"frameworks": "SystemConfiguration",
"weak_frameworks": [
"AdSupport",
"iAd"
],
"source_files": [
"Adjust/*.{h,m}",
"Adjust/ADJAdditions/*.{h,m}"
],
"requires_arc": true
}