blob: a1ceb5c9b56865f0ae97d6110766f1e68d1aa7d0 [file] [log] [blame]
{
"name": "StaticTables",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "src/StaticTables/*.{h,m}",
"public_header_files": "src/StaticTables/*.h"
}