blob: bc290340a8d178148eae4ace4ae50521d6e342d4 [file] [log] [blame]
{
"name": "AdjustIO",
"version": "2.1.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.1.0"
},
"platforms": {
"ios": "4.3"
},
"frameworks": [
"AdSupport",
"SystemConfiguration"
],
"source_files": [
"AdjustIo/*.{h,m}",
"AdjustIo/AIAdditions/*.{h,m}"
],
"requires_arc": true
}