blob: 9c0d0e67f63c125074f72a247d2be3d3d3113bf6 [file] [log] [blame]
{
"name": "SS-DomobAdSDK",
"version": "4.4.8",
"license": {
"type": "Cpoyright",
"text": "LICENSE ©2015 Domob, Inc. All rights reserved"
},
"summary": "Domob AD SDK for iOS.",
"homepage": "http://www.domob.cn/developers/changelog/ios_sdk_changelog.html",
"authors": {
"Shingwa Six": "http://blog.waaile.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/shingwasix/DomobAd-iOS-SDK.git",
"tag": "4.4.8"
},
"source_files": "DomobAdSDK/*.h",
"public_header_files": "DomobAdSDK/*.h",
"resources": "DomobAdSDK/DomobAdSDKBundle/*.bundle",
"preserve_paths": "DomobAdSDK/*.a",
"frameworks": [
"CoreMedia",
"MediaPlayer",
"QuartzCore",
"CoreText",
"CoreGraphics",
"StoreKit",
"PassKit",
"Social",
"EventKit",
"AVFoundation",
"AudioToolbox",
"SystemConfiguration",
"Foundation",
"UIKit"
],
"libraries": [
"z",
"sqlite3",
"DomobAdSDK"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/SS-DomobAdSDK/DomobAdSDK"
}
}