blob: d4f08e9373d3c8fb509a6fffc2b46d28a1834e13 [file] [log] [blame]
{
"name": "Presentables",
"version": "0.6.3",
"summary": "Simple reactive library for managing table views & collection views, written in Swift",
"description": "Simplify the way you use table views & collection views in your app. This library is not supposed to be competing with RxSwift at all, this is only for developers who want a quick way to simplify their screens.",
"homepage": "https://github.com/manGoweb/Presentables",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ondrej Rafaj": "dev@mangoweb.cz"
},
"source": {
"git": "https://github.com/manGoweb/Presentables.git",
"tag": "0.6.3"
},
"social_media_url": "https://twitter.com/rafiki270",
"platforms": {
"ios": "10.0",
"tvos": "10.2"
},
"source_files": "Presentables/Classes/**/*"
}