blob: 46b0d2630ef8f017a1df789c121cb72a6ee3e5e0 [file] [log] [blame]
{
"name": "MTDomobAdSDK",
"version": "0.1.0",
"summary": "DomobAdSDK for Person",
"homepage": "http://www.domob.cn/developers/changelog/ios_sdk_changelog.html",
"license": {
"type": "Cpoyright",
"text": "LICENSE ©2016 Domob, Inc. All rights reserved"
},
"authors": {
"Tim": "aunm123@yeah.net"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/aunm123/MTDomobAdSDK.git",
"tag": "0.1.0"
},
"source_files": "*.h",
"public_header_files": "*.h",
"resources": "DomobAdSDKBundle/*.bundle",
"preserve_paths": "*.a",
"frameworks": [
"Foundation",
"UIKit"
],
"weak_frameworks": [
"CoreMedia",
"MediaPlayer",
"QuartzCore",
"CoreText",
"CoreGraphics",
"StoreKit",
"PassKit",
"Social",
"EventKit",
"AVFoundation",
"AudioToolbox",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3",
"DomobAdSDK"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/MTDomobAdSDK"
}
}