blob: b470723f7cdad5d18489c2bfeca3b6fdd5f6912d [file] [log] [blame]
{
"name": "InLocoMedia-iOS-SDK",
"version": "4.2.1",
"summary": "Monetize your mobile apps with In Loco Media, the most profitable Ad Network in Latin America.",
"description": "In Loco Media's SDK is easy to install, taking less than 1 hour to setup and start monetizing with relevant ads to the user, thanks to its powerful targeting capabilities. In Loco Media owns the most accurate global market positioning technology.",
"homepage": "https://www.inlocomedia.com/",
"license": "LICENSE",
"authors": {
"Ubee Desenvolvimento de Software S/A.": "hi@inlocomedia.com"
},
"source": {
"git": "https://github.com/In-Loco-Media/inlocomedia-ios-sdk.git",
"tag": "4.2.1"
},
"documentation_url": "http://docs.inlocomedia.com/",
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"frameworks": "Foundation",
"requires_arc": true,
"subspecs": [
{
"name": "Ads",
"vendored_frameworks": "InLocoMediaSDK/InLocoMediaSDKAds.framework",
"dependencies": {
"InLocoMedia-iOS-SDK/Core": [
]
}
},
{
"name": "Location",
"vendored_frameworks": "InLocoMediaSDK/InLocoMediaSDKLocation.framework",
"dependencies": {
"InLocoMedia-iOS-SDK/Core": [
]
}
},
{
"name": "Core",
"vendored_frameworks": "InLocoMediaSDK/InLocoMediaSDKCore.framework"
}
]
}