[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / d / b / 1 / SimpleTableView / 1.0.3 / SimpleTableView.podspec.json
blob3da0410813b63b2eb2d0cca60a6b6c849f6d2b8a
2   "name": "SimpleTableView",
3   "version": "1.0.3",
4   "summary": "SimpleTableView is an easy way of using a tableView connected to CoreData via a NSFetchedResultsController with pagination capabilities.",
5   "homepage": "https://github.com/lagubull/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Javier Laguna": "lagubull@hotmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/lagubull/SimpleTableView.git",
18     "branch": "master",
19     "tag": "1.0.3"
20   },
21   "source_files": "SimpleTableView/**/*.{h,m}",
22   "public_header_files": "SimpleTableView/**/*.{h}",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "STVPaginatingView",
27       "dependencies": {
28         "PureLayout": [
30         ]
31       }
32     }
33   ]