blob: c6d848e7dccea89d9efadfde3eea6309715e91e6 [file] [log] [blame]
{
"name": "Chalkdigital-Mobile-Ads-SDK",
"version": "2.2.3",
"summary": "ChalkDigital Library for device tracking and publish mobile adverisement",
"homepage": "http://www.chalkdigital.com/",
"license": {
"type": "Commercial",
"text": "Copyright 2019 Chalkdigital Inc. All Rights Reserved."
},
"authors": {
"Chalkdigital": "chandra@chalkdigital.com"
},
"social_media_url": "https://twitter.com/ChalkDigital",
"platforms": {
"ios": "11.0"
},
"ios": {
"vendored_frameworks": "CDAds.framework"
},
"source": {
"git": "https://github.com/arun-cd/CDAds-iOS-SDK.git",
"tag": "2.2.3"
},
"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"
],
"FMDB": [
]
}
}