[Add] ikame_ios_sdk 1.0.425
[CocoaPods.git] / Specs / d / b / 1 / SimpleTableView / 1.0.1 / SimpleTableView.podspec.json
blob95f2b88a22f997b018d13e51ebc98e3fba490a78
2   "name": "SimpleTableView",
3   "version": "1.0.1",
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.1"
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   ]