[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / d / SKUIKit / 0.0.1 / SKUIKit.podspec.json
blob598154fc64e1e3891a626c181b80a86fc2a14e8b
2   "name": "SKUIKit",
3   "version": "0.0.1",
4   "summary": "A collection of UI elements for SpriteKit.",
5   "description": "The framework is designed to become a UIKit alternative for SpriteKit. The UI elements should be close to their original UIKit equivalents in their API, so that any iOS developer could easily start using them without any additional work.",
6   "homepage": "https://github.com/vahan3x/SKUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vahan Babayan": "vahan3x@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vahan3x/SKUIKit.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "SKUIKit/Classes/**/*",
23   "frameworks": [
24     "SpriteKit",
25     "Foundation",
26     "UIKit"
27   ]