blob: fa024aa377bb1a50fcf39096ffb9b9c87dd281b3 [file] [log] [blame]
{
"name": "PFSwift",
"version": "0.0.1",
"summary": "对系统API进行简单封装,实现常用功能",
"homepage": "https://github.com/PFei-He/PFSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PFei-He": "498130877@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PFei-He/PFSwift.git",
"tag": "0.0.1",
"submodules": true
},
"requires_arc": true,
"subspecs": [
{
"name": "Extension",
"source_files": "PFSwift/Extension/PF{String,View}.swift"
},
{
"name": "Framework",
"source_files": "PFSwift/Framework/PF{File,Model,QRCode,Time}.swift"
}
]
}