blob: c8e443fd0001247c86852cc0b0283216ee738ba6 [file] [log] [blame]
{
"name": "Adjust",
"version": "4.2.8",
"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.2.8"
},
"platforms": {
"ios": "4.3"
},
"frameworks": "SystemConfiguration",
"weak_frameworks": [
"AdSupport",
"iAd"
],
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Adjust/*.{h,m}",
"Adjust/ADJAdditions/*.{h,m}"
]
},
{
"name": "Sociomantic",
"source_files": "plugin/Sociomantic/*.{h,m}",
"dependencies": {
"Adjust/Core": [
]
}
},
{
"name": "Criteo",
"source_files": "plugin/Criteo/*.{h,m}",
"dependencies": {
"Adjust/Core": [
]
}
}
]
}