[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / e / f / SGView / 0.1.0 / SGView.podspec.json
blobc01ecedabb72a7d919dd02fbebd6db55af62d8db
2   "name": "SGView",
3   "version": "0.1.0",
4   "summary": "Airbnb/Epoxy Inspired Models-View Frameworks for iOS. Building complex screens for iOS by UITableView.",
5   "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.",
6   "homepage": "https://github.com/hlongvu/SGView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hlongvu": "hlongvu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hlongvu/SGView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "SGView/Classes/**/*",
22   "swift_version": "4.2"