blob: fd7b5adbe9a9d9fcc1e77e02fbaf0ae9280ec63f [file] [log] [blame]
{
"name": "YFCategory",
"version": "0.0.5",
"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.5"
},
"source_files": "YFCategory/YFCategory.h",
"public_header_files": "YFCategory/YFCategory.h",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"Photos"
],
"subspecs": [
{
"name": "Foundation",
"source_files": "YFCategory/Foundation/*.{h,m}",
"public_header_files": "YFCategory/Foundation/*.h"
},
{
"name": "UIKit",
"source_files": "YFCategory/UIKit/*.{h,m}",
"public_header_files": "YFCategory/UIKit/*.h"
},
{
"name": "Photos",
"source_files": "YFCategory/Photos/*.{h,m}",
"public_header_files": "YFCategory/Photos/*.h"
}
]
}