blob: 9089ef2a0a9058569b078094d8953d99c4fe8bc1 [file] [log] [blame]
{
"name": "StaticTables",
"version": "0.3.0",
"summary": "A library for easily creating static table views programatically.",
"homepage": "https://github.com/jellybeansoup/ios-statictables",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Daniel Farrelly": "daniel@jellystyle.com"
},
"source": {
"git": "https://github.com/jellybeansoup/ios-statictables.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "src/StaticTables/*.{h,m}",
"public_header_files": "src/StaticTables/*.h"
}