blob: f4dfc049ed2834bd8b65a5de042db08cbc6164ee [file] [log] [blame]
{
"name": "GCToolkit",
"version": "0.2.8",
"summary": "hex colors, shadows, textfield with appearance apis...",
"homepage": "https://github.com/greycats/GCToolkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rex Sheng": "shengning@gmail.com"
},
"source": {
"git": "https://github.com/greycats/GCToolkit.git",
"tag": "0.2.8"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Categories/**/*.{h,m}",
"Categories/**/*.{h,m}"
],
"requires_arc": true,
"subspecs": [
{
"name": "UIKit",
"source_files": [
"Categories/UIColor*.{h,m}",
"Categories/UIImage*.{h,m}",
"Widgets/LN{SegmentedControl,TextField}.{h,m}"
]
},
{
"name": "Bubble",
"source_files": "Widgets/RSBubbleView.{h,m}"
},
{
"name": "MBProgressHUD",
"dependencies": {
"MBProgressHUD": [
]
},
"source_files": [
"Categories/MB*.{h,m}",
"Categories/UIViewController+HUD.{h,m}"
]
},
{
"name": "RSMenuView",
"dependencies": {
"RSMenuView": [
"~> 1.0"
],
"GCToolkit/UIKit": [
]
},
"frameworks": "QuartzCore",
"source_files": "Widgets/LN{Avtar,Badge}*.{h,m}"
},
{
"name": "AFNetworking",
"dependencies": {
"AFNetworking": [
"~> 1.3"
]
},
"source_files": "Widgets/LN{Image,Remote}View.{h,m}"
}
]
}