[Add] MSPSharedLibraries 0.0.91
[CocoaPods.git] / Specs / a / 8 / d / TokamakAppKit / 0.1.2 / TokamakAppKit.podspec.json
blobe41236dd629e300f2709185f3050af9ff42b1961
2   "name": "TokamakAppKit",
3   "version": "0.1.2",
4   "summary": "AppKit 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 macOS 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.2"
17   },
18   "social_media_url": "https://twitter.com/MaxDesiatov",
19   "platforms": {
20     "osx": "10.14"
21   },
22   "swift_version": "4.2",
23   "source_files": "Sources/TokamakAppKit/**/*",
24   "frameworks": "AppKit",
25   "dependencies": {
26     "Tokamak": [
27       "~> 0.1"
28     ]
29   }