blob: 24a63d8cf4179319c8cc971608a431425132073c [file] [log] [blame]
{
"name": "Terrace",
"version": "0.1.0",
"summary": "An elegant form(static & dynamic) builder for iOS.",
"description": "Building static & dynamic table view by pure code? catch this!\nUsing Terrace just like using Array.\nData Driven TableView.\nWhat's more? Terrace support dynamic cell(aka. reused by identifier).",
"homepage": "https://github.com/jessehao/Terrace",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jesse Hao": "jeasygates@hotmail.com"
},
"social_media_url": "https://twitter.com/jeasyhg",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/jessehao/Terrace.git",
"tag": "0.1.0"
},
"source_files": [
"Terrace",
"Terrace/**/*.swift"
],
"public_header_files": "Terrace/Terrace.h"
}