blob: b3221add1d33086d979488f068bc3212c08d7246 [file] [log] [blame]
{
"name": "AdjustIO",
"version": "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.0"
},
"platforms": {
"ios": "5.0"
},
"frameworks": [
"AdSupport",
"SystemConfiguration"
],
"source_files": [
"AdjustIo/*.{h,m}",
"AdjustIo/AIAdditions/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.2.1"
]
}
}