blob: 534018f221ca1f73ab48bcb5d406ac18297c8805 [file] [log] [blame]
{
"name": "InMobiSDK",
"version": "9.1.0",
"summary": "InMobi iOS SDK",
"description": "This is the InMobi iOS SDK 9.1.0. Please proceed to http://www.inmobi.com/sdk for more information.",
"homepage": "https://www.inmobi.com",
"license": "Custom",
"authors": {
"InMobi": "sdk-dev-support@inmobi.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://dl.inmobi.com/inmobi-sdk/IM/InMobi-iOS-SDK-9.1.0.zip"
},
"preserve_paths": "InMobiSDK.framework",
"frameworks": [
"AdSupport",
"AudioToolbox",
"AVFoundation",
"CoreTelephony",
"CoreLocation",
"Foundation",
"MediaPlayer",
"MessageUI",
"StoreKit",
"Social",
"SystemConfiguration",
"Security",
"SafariServices",
"UIKit"
],
"weak_frameworks": "WebKit",
"libraries": [
"sqlite3.0",
"z"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"default_subspecs": "InMobiSDK",
"subspecs": [
{
"name": "InMobiSDK",
"dependencies": {
"InMobiSDK/Core": [
],
"InMobiSDK/Moat": [
]
}
},
{
"name": "Core",
"vendored_frameworks": "InMobiSDK.framework"
},
{
"name": "Moat",
"dependencies": {
"InMobiSDK/Core": [
]
},
"vendored_frameworks": "INMMoatMobileAppKit.framework",
"preserve_paths": "INMMoatMobileAppKit.framework"
}
]
}