blob: 0742eeedcc17b4710019f04c5d4fb5be60ac730b [file] [log] [blame]
{
"name": "SUICategories",
"version": "1.1.0",
"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.1.0"
},
"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}"
},
{
"name": "BlurEffect",
"frameworks": "Accelerate",
"source_files": "SUICategories/BlurEffect/*.{h,m}"
},
{
"name": "CustomView",
"dependencies": {
"SUICategories/Foundation": [
],
"SUICategories/UIKit": [
],
"SUICategories/BlurEffect": [
]
},
"source_files": "SUICategories/CustomView/*.{h,m}"
}
]
}