[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / 2 / TokamakUIKit / 0.1.1 / TokamakUIKit.podspec.json
bloba9592e805bf62e5eee033819e108452c0c621fc4
2   "name": "TokamakUIKit",
3   "version": "0.1.1",
4   "summary": "UIKit support for Tokamak: React-like UI framework",
5   "description": "Tokamak provides a declarative, testable and scalable API for building UI \ncomponents backed by fully native views. You can use it for your new iOS apps \nor add to existing apps with little effort and without rewriting the rest of \nthe code or changing the app's overall architecture.\n\nTokamak recreates React Hooks API improving it with Swift's strong type \nsystem, high performance and efficient memory management thanks to being \ncompiled to a native binary.",
6   "homepage": "https://github.com/MaxDesiatov/Tokamak",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Max Desiatov": "max@desiatov.com"
13   },
14   "source": {
15     "git": "https://github.com/MaxDesiatov/Tokamak.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/MaxDesiatov",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_version": "4.2",
23   "source_files": "Sources/TokamakUIKit/**/*",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "Tokamak": [
27       "~> 0.1"
28     ]
29   }