blob: 1552a4c470e24d26cd0b6f0d6641ec6fe2954b7c [file] [log] [blame]
{
"name": "TuYooSDK",
"version": "3.80",
"summary": "TuYooSDK.",
"description": "TuYooSDK for cocoapods.",
"homepage": "https://github.com/DaiChenxi/TuYooSDK",
"license": {
"type": "Copyright",
"text": " 在线途游(北京)科技有限公司 版权所有.\n"
},
"authors": {
"daichenxi": "2529004395@qq.com"
},
"source": {
"git": "https://github.com/DaiChenxi/TuYooSDK.git",
"tag": "3.80"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes/**/*",
"frameworks": [
"JavaScriptCore",
"SafariServices",
"CoreBluetooth",
"MediaPlayer",
"EventKit",
"EventKitUI",
"AdSupport",
"MessageUI",
"AudioToolbox",
"CoreMedia",
"CoreMotion",
"AddressBook",
"AddressBookUI",
"AVFoundation",
"AssetsLibrary",
"MapKit",
"CoreLocation",
"QuartzCore",
"ImageIO",
"SystemConfiguration",
"Security",
"StoreKit",
"UIKit",
"Foundation",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"tuyoo",
"z",
"sqlite3",
"ssl",
"crypto",
"WeChatSDK",
"c++"
],
"vendored_libraries": [
"Library/libtuyoo.a",
"Library/libssl.a",
"Library/libcrypto.a",
"Library/libWeChatSDK.a"
],
"vendored_frameworks": [
"Framework/AlipaySDK.framework",
"Framework/GoogleMobileAds.framework"
],
"resource_bundles": {
"TuYooSDK": [
"Resources/**"
]
},
"public_header_files": "Classes/*.h",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ENABLE_BITCODE": false,
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/Classes/",
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/Library/**"
}
}