blob: 7ccb270ba57bbf3de1cf450db591aeb74569569c [file] [log] [blame]
{
"name": "SCategoryKit",
"version": "1.0.5",
"summary": "a collection of useful Objective-C Categories.",
"description": "a collection of useful Objective-C Categories extending iOS Frameworks.",
"homepage": "https://github.com/Cyrex/SCategoryKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cyrex": "szwathub@gmail.com"
},
"source": {
"git": "https://github.com/Cyrex/SCategoryKit.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "SCategoryKit/SCategoryKit.h",
"source_files": "SCategoryKit/SCategoryKit.h",
"subspecs": [
{
"name": "UIKit",
"public_header_files": "SCategoryKit/UIKit/SUIKit.h",
"source_files": "SCategoryKit/UIKit/SUIKit.h",
"frameworks": "UIKit",
"subspecs": [
{
"name": "UIPageViewController",
"source_files": "SCategoryKit/UIKit/UIPageViewController/*.{h,m}"
},
{
"name": "UIImage",
"source_files": "SCategoryKit/UIKit/UIImage/*.{h,m}"
},
{
"name": "UIButton",
"source_files": "SCategoryKit/UIKit/UIButton/*.{h,m}"
},
{
"name": "UIColor",
"source_files": "SCategoryKit/UIKit/UIColor/*.{h,m}"
},
{
"name": "UIView",
"source_files": "SCategoryKit/UIKit/UIView/*.{h,m}"
}
]
}
]
}