blob: 29727ee685badf906cb59092acfaaef9975b4e66 [file] [log] [blame]
{
"name": "XXXLiblxh",
"version": "1.1.0",
"summary": "生成静态库的XXXLIB A short description of XXXLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/baiwulong/XXXLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"baiwulong": "1204803180@qq.com"
},
"source": {
"git": "https://github.com/baiwulong/XXXLib.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "XXXLib/Classes/*.framework",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation",
"CoreMotion"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}