blob: a2d11d2083cbfb6b8bc404859fe400a29fb4679f [file] [log] [blame]
{
"name": "SCategoryKit",
"version": "1.0.0",
"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.0"
},
"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}"
}
]
}
]
}