blob: 70dceef77815af85423f38b56648e3a073521e20 [file] [log] [blame]
{
"name": "SimpleTableView",
"version": "1.0.0",
"summary": "SimpleTableView is an easy way of using a tableView connected to CoreData via a NSFetchedResultsController with pagination capabilities.",
"homepage": "https://github.com/lagubull/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Javier Laguna": "lagubull@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lagubull/SimpleTableView.git",
"branch": "master",
"tag": "1.0.0"
},
"source_files": "SimpleTableView/**/*.{h,m}",
"public_header_files": "SimpleTableView/**/*.{h}",
"requires_arc": true,
"subspecs": [
{
"name": "STVPaginatingView",
"dependencies": {
"PureLayout": [
]
}
}
]
}