blob: c01ecedabb72a7d919dd02fbebd6db55af62d8db [file] [log] [blame]
{
"name": "SGView",
"version": "0.1.0",
"summary": "Airbnb/Epoxy Inspired Models-View Frameworks for iOS. Building complex screens for iOS by UITableView.",
"description": "To build a long and complex ui screen is a tedious task. We often using UITableView to make this kind of screen. Inspired by Airbnb/Epoxy library, I recreate a small and lightweight similar library for iOS. This library handles all the complex and repeatible task when dealing with UITableView DataSource and Delegate, and showing a nicer and cleaner API.",
"homepage": "https://github.com/hlongvu/SGView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hlongvu": "hlongvu@gmail.com"
},
"source": {
"git": "https://github.com/hlongvu/SGView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SGView/Classes/**/*",
"swift_version": "4.2"
}