blob: 3d78361f5197bd3f2ff4871312c799927102e6e3 [file] [log] [blame]
{
"name": "GHUIKit",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"GHUIKit",
"GHUIKit/**/*.{h,m}"
],
"dependencies": {
"GHKit": [
],
"YapDatabase": [
],
"SDWebImage": [
],
"ObjectiveSugar": [
],
"GHUITable": [
]
},
"frameworks": "QuartzCore",
"requires_arc": true
}