blob: 2761e0b1d761435e45b0284a982884a7b1d4b92f [file] [log] [blame]
{
"name": "YYCategoryKit",
"version": "0.0.1",
"summary": "A short description of YYCategory.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yuanyuan100/YYCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuanyuan100": "469092943@qq.com"
},
"source": {
"git": "https://github.com/yuanyuan100/YYCategory.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "NSBundle",
"source_files": "YYCategory/Classes/NSBundle/*.{h,m}",
"frameworks": "Foundation"
},
{
"name": "NSDictionary",
"source_files": "YYCategory/Classes/NSDictionary/*.{h,m}",
"frameworks": "Foundation"
},
{
"name": "NSObject",
"source_files": "YYCategory/Classes/NSObject/*.{h,m}",
"frameworks": "Foundation"
},
{
"name": "UIApplication",
"source_files": "YYCategory/Classes/UIApplication/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "UIBarButtonItem",
"source_files": "YYCategory/Classes/UIBarButtonItem/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "UIControl",
"source_files": "YYCategory/Classes/UIControl/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "UIView",
"source_files": "YYCategory/Classes/UIView/*.{h,m}",
"frameworks": "UIKit"
}
]
}