blob: bf07c4a4e91c630e25aec575ec039f091f1eb33a [file] [log] [blame]
{
"name": "YFCategory",
"version": "0.0.3",
"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.3"
},
"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"
}
]
}