blob: 9fd61b70428e76849025e3bac8f391182822a114 [file] [log] [blame]
{
"name": "XBMarsSDK",
"version": "0.1.1",
"summary": "A short description of XBMarsSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/git/XBMarsSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "xiaobinpretty@163.com"
},
"source": {
"git": "https://github.com/coderPoo/XBMarsSDK.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XBMarsSDK/Classes/**/*",
"vendored_frameworks": "XBMarsSDK/Framework/mars.framework",
"libraries": [
"z",
"resolv.9"
],
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"CoreGraphics"
],
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lc++"
]
},
"dependencies": {
"Protobuf": [
]
},
"requires_arc": "XBMarsSDK/Classes/Arc/**/*",
"public_header_files": "XBMarsSDK/Classes/**/*.h"
}