[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 1 / b / Terrace / 0.1.0 / Terrace.podspec.json
blob24a63d8cf4179319c8cc971608a431425132073c
2   "name": "Terrace",
3   "version": "0.1.0",
4   "summary": "An elegant form(static & dynamic) builder for iOS.",
5   "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).",
6   "homepage": "https://github.com/jessehao/Terrace",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jesse Hao": "jeasygates@hotmail.com"
13   },
14   "social_media_url": "https://twitter.com/jeasyhg",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_version": "4.2",
19   "source": {
20     "git": "https://github.com/jessehao/Terrace.git",
21     "tag": "0.1.0"
22   },
23   "source_files": [
24     "Terrace",
25     "Terrace/**/*.swift"
26   ],
27   "public_header_files": "Terrace/Terrace.h"