blob: b8e277674c6ed20102d7e160c4f1a514a0db3f6f [file] [log] [blame]
{
"name": "AdjustIO",
"version": "2.2.0",
"summary": "This is the iOS SDK of AdjustIo. You can read more about it at http://adjust.io.",
"homepage": "http://adjust.io",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"authors": {
"Christian Wellenbrock": "welle@adeven.com"
},
"source": {
"git": "https://github.com/adeven/adjust_ios_sdk.git",
"tag": "v2.2.0"
},
"platforms": {
"ios": "4.3"
},
"frameworks": [
"AdSupport",
"SystemConfiguration"
],
"source_files": [
"AdjustIo/*.{h,m}",
"AdjustIo/AIAdditions/*.{h,m}"
],
"requires_arc": true,
"deprecated_in_favor_of": "Adjust",
"prepare_command": "echo 'AdjustIO is deprecated - Please switch to Adjust to stay up to date.'"
}