[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / e / c / SwiftyTables / 1.0.0 / SwiftyTables.podspec.json
bloba0fb1d263bb7e6b22472669dc36b8ffaef3c3aa3
2   "name": "SwiftyTables",
3   "version": "1.0.0",
4   "summary": "A framework for writing UITablesViews and UICollectionViews in Swift in a cleaner, simpler way.",
5   "swift_version": "4.1",
6   "description": "Create Swift UITableView and UICollectionViews in a simpler, and more declarative way.\nUse this to dynamically add and remove sections and rows with animations without having to bookkeep IndexPaths.",
7   "homepage": "https://github.com/p-sun/SwiftyTables.git",
8   "license": "MIT",
9   "authors": {
10     "Paige Sun": "paige.sun.dev@gmail.com"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/p-sun/SwiftyTables.git",
17     "branch": "master",
18     "tag": "1.0.0"
19   },
20   "source_files": "SwiftyTablesProject/SwiftyTables/**/*.{swift,h}"