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