blob: e7331ee4d8e87ba2a5e61e6600575e108fa6bb01 [file] [log] [blame]
{
"name": "WFPodsDemo",
"version": "0.0.1",
"summary": "第一个版本",
"description": "可以用到项目中 稳定版本",
"homepage": "https://github.com/maple023/CocoaPodsDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maple023": "xuwenfeng023@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/maple023/CocoaPodsDemo.git",
"tag": "v0.0.1"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"Photos"
],
"source_files": "WFPodsDemo/**/*.swift"
}