blob: ecceaf35f9ee767b4f909fd4d09d8c1cb05424c6 [file] [log] [blame]
{
"name": "Chalkdigital-Mobile-Ads-SDK",
"version": "1.1.3",
"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": "1.1.3"
},
"resources": [
"CDAds.framework/CDAds.bundle",
"CDAds.framework/cdads.momd/*"
],
"frameworks": [
"UIKit",
"CoreLocation",
"CoreTelephony",
"AdSupport",
"Security",
"CoreData"
],
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">=2.0",
"<4.0"
]
}
}