blob: f12b68f5459926de311aa9f27d6636b25eeaaa11 [file] [log] [blame]
{
"name": "XBMarsSDK",
"version": "0.1.0",
"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.0"
},
"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/**/*"
}