blob: d1808e5c02c48f7dc7bf77dd48c1ace4e3706d44 [file] [log] [blame]
{
"name": "GHUITable",
"version": "0.0.3",
"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.0.3"
},
"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": [
]
}
}
]
}