blob: ff383490752b0b40eb90eb07025932326fdbcca7 [file] [log] [blame]
{
"name": "SUICategories",
"version": "1.0.3",
"platforms": {
"ios": "7.0"
},
"summary": "A collection of useful Objective-C categories.",
"license": "MIT",
"homepage": "https://github.com/randomprocess/SUICategories",
"authors": {
"suio~": "randomprocess@qq.com"
},
"source": {
"git": "https://github.com/randomprocess/SUICategories.git",
"tag": "1.0.3"
},
"requires_arc": true,
"public_header_files": "SUICategories/**/*.h",
"source_files": "SUICategories/SUICategories.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore"
],
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"SUIUtilities": [
"~> 1.0.0"
]
},
"subspecs": [
{
"name": "Foundation",
"source_files": "SUICategories/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"dependencies": {
"SUICategories/Foundation": [
]
},
"source_files": "SUICategories/UIKit/*.{h,m}"
}
]
}