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