blob: 4c9fa519423703c5eec02508c1d17b6ed1b2f58c [file] [log] [blame]
{
"name": "Adjust",
"version": "4.23.1",
"summary": "This is the iOS SDK of adjust. You can read more about it at http://adjust.com.",
"homepage": "https://github.com/adjust/ios_sdk",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"authors": {
"Christian Wellenbrock": "welle@adjust.com"
},
"source": {
"git": "https://github.com/adjust/ios_sdk.git",
"tag": "v4.23.1"
},
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"frameworks": "SystemConfiguration",
"ios": {
"weak_frameworks": [
"AdSupport",
"iAd",
"CoreTelephony"
]
},
"tvos": {
"weak_frameworks": "AdSupport"
},
"requires_arc": true,
"default_subspecs": "Core",
"pod_target_xcconfig": {
"BITCODE_GENERATION_MODE": "bitcode"
},
"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": [
]
}
},
{
"name": "Trademob",
"source_files": "plugin/Trademob/*.{h,m}",
"dependencies": {
"Adjust/Core": [
]
}
},
{
"name": "WebBridge",
"source_files": [
"AdjustBridge/*.{h,m}",
"AdjustBridge/WebViewJavascriptBridge/*.{h,m}"
],
"dependencies": {
"Adjust/Core": [
]
},
"platforms": {
"ios": "6.0"
}
}
]
}