blob: 6750e31c9385717d7b51347819d776ea88185b8c [file] [log] [blame]
{
"name": "DangwuSDK",
"version": "1.0.0",
"summary": "XYZ SDK",
"description": "ios sdk",
"homepage": "https://github.com/xyz10dev/XYZ-iOS",
"license": {
"type": "MIT"
},
"authors": {
"bai": "osspinlock@gmail.com"
},
"source": {
"git": "https://github.com/xyz10dev/XYZ-iOS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "DangwuSDK.framework",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 "
},
"frameworks": [
"JavaScriptcore",
"SystemConfiguration",
"CoreTelephony",
"CoreLocation",
"Security",
"CoreMotion",
"Accelerate"
],
"libraries": [
"z",
"c++",
"stdc++"
],
"dependencies": {
"AFNetworking": [
],
"SocketRocket": [
],
"Protobuf": [
"~>3.5"
]
}
}