blob: 12a1d0158d63bdd560c50ec0febaf98b2cba8108 [file] [log] [blame]
{
"name": "SUIUtilities",
"version": "1.0.7",
"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.7"
},
"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}"
}
]
}