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