blob: 3c24755247063f9707bd02327d3ed302fd17515f [file] [log] [blame]
{
"name": "YFCategory",
"version": "0.0.1",
"summary": "Some commonly used category.",
"homepage": "https://github.com/ghostfeng/YFCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LiuYongfeng": "1253289963@qq.com"
},
"source": {
"git": "https://github.com/ghostfeng/YFCategory.git",
"tag": "0.0.1"
},
"source_files": "YFCategory/YFCategory.h",
"public_header_files": "YFCategory/YFCategory.h",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Foundation+YFCategory",
"source_files": "YFCategory/Foundation+YFCategory/*.{h,m}",
"public_header_files": "YFCategory/Foundation+YFCategory/*.h"
},
{
"name": "UIKit+YFCategory",
"source_files": "YFCategory/UIKit+YFCategory/*.{h,m}",
"public_header_files": "YFCategory/UIKit+YFCategory/*.h"
}
]
}