blob: aecc31f1ebcf626e7ff4605148c64ef0e4117974 [file] [log] [blame]
{
"name": "UMDyDemo",
"version": "0.1.3",
"summary": "这个是描述私有库的内容...",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://www.qianbaocard.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guangqiang": "1126756952@qq.com"
},
"source": {
"git": "https://github.com/guangqiang-liu/priLibDemo.git"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "zip",
"frameworks": [
"UIKit",
"MapKit",
"Foundation"
],
"subspecs": [
{
"name": "zip",
"ios": {
"vendored_frameworks": "Products/*.framework"
}
}
]
}