blob: eed05eee7916a702db1a8ebba6738ab4307dd8f6 [file] [log] [blame]
{
"name": "GHUIKit",
"version": "0.0.5",
"summary": "UI framework.",
"homepage": "https://github.com/gabriel/GHUIKit",
"license": "MIT",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/GHUIKit.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"GHUIKit",
"GHUIKit/**/*.{h,m}"
],
"dependencies": {
"GHKit": [
],
"YapDatabase": [
],
"SDWebImage": [
],
"ObjectiveSugar": [
],
"GHUITable": [
]
},
"frameworks": "QuartzCore",
"requires_arc": true
}