blob: 3c1a46f62c8224a5c79637336a7deebd1da1e5c2 [file] [log] [blame]
{
"name": "Chalkdigital-Mobile-Ads-SDK",
"version": "2.1.4",
"summary": "ChalkDigital Library for device tracking and publish mobile adverisement",
"homepage": "http://www.chalkdigital.com/",
"license": {
"type": "Commercial",
"text": "Copyright 2018 Chalkdigital Inc. All Rights Reserved."
},
"authors": {
"Chalkdigital": "chandra@chalkdigital.com"
},
"social_media_url": "https://twitter.com/ChalkDigital",
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "CDAds.framework"
},
"source": {
"git": "https://github.com/arun-cd/CDAds-iOS-SDK.git",
"tag": "2.1.4"
},
"resources": [
"CDAds.framework/CDAdsBundle.bundle",
"CDAds.framework/MRAID.bundle"
],
"frameworks": [
"UIKit",
"CoreLocation",
"CoreTelephony",
"AdSupport",
"Security",
"CoreData"
],
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">=2.0",
"<4.0"
]
}
}