blob: 28fed7c2341e2388cd64dbab84d71a725b481677 [file] [log] [blame]
{
"name": "ZzbGameSDK",
"version": "0.1.0",
"summary": "A short description of ZzbGameSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/guixingyu/ZzbGameSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guixingyu": "460734287@qq.com"
},
"source": {
"git": "https://github.com/guixingyu/ZzbGameSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZzbGameSDK/Classes/**/*",
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"vendored_frameworks": [
"ZzbGameSDK/webappexts/iphoneos/webappexts.framework",
"ZzbGameSDK/extensions/fat/extensions.framework"
],
"public_header_files": "ZzbGameSDK/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"GLKit",
"VideoToolbox"
],
"libraries": [
"xml2",
"c++"
],
"dependencies": {
"ZBarSDK": [
"~> 1.3.1"
],
"Reachability": [
"~> 3.0.0"
],
"YYImage": [
"~> 1.0.0"
],
"YBImageBrowser": [
"~> 3.0.0"
],
"SDWebImage": [
"~> 5.0.0"
],
"SocketRocket": [
"~> 0.5.0"
]
}
}