blob: a54788c8aa11e4d5433b7e36a2d3ac54e2920074 [file] [log] [blame]
{
"name": "AdcashSDK",
"version": "1.3.0",
"summary": "This is the iOS SDK of Adcash OU advertising network.",
"homepage": "http://adcash.com",
"license": {
"type": "Copyright",
"file": "AdcashSDK/LICENSE.md"
},
"authors": "Adcash OU",
"platforms": {
"ios": "6.0"
},
"source": {
"http": "http://www.adcash.com/downloadsv4/AdcashSDK-1.3.0.zip"
},
"source_files": "AdcashSDK/*.h",
"public_header_files": "AdcashSDK/*.h",
"resources": "AdcashSDK/mraid.js",
"preserve_paths": "AdcashSDK/libAdcashSDK-1.3.0.a",
"vendored_libraries": "AdcashSDK/libAdcashSDK-1.3.0.a",
"frameworks": [
"AdSupport",
"UIKit",
"CoreGraphics",
"Foundation",
"CoreTelephony"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.0"
]
}
}