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