blob: d182e81fd5b0e70d38af9b27a36da30ab9831df3 [file] [log] [blame]
{
"name": "GCToolkit",
"version": "0.3.2",
"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.3.2"
},
"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/GC{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/GC{Avtar,Badge}*.{h,m}"
}
]
}