[Add] YandexMapsMobile 4.10.1-navikit
[CocoaPods.git] / Specs / 2 / 5 / 3 / TinyComponent / 0.1.0 / TinyComponent.podspec.json
blobfaa289b292acbce2868a898168be1f9206a7b684
2   "name": "TinyComponent",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "Component-based Architecture: Making view composition fun and easy.",
6   "homepage": "https://github.com/royhsu/tiny-component",
7   "authors": {
8     "Roy Hsu": "roy.hsu@tinyworld.cc"
9   },
10   "source": {
11     "git": "https://github.com/royhsu/tiny-component.git",
12     "tag": "0.1.0"
13   },
14   "source_files": "Sources/*.swift",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "ios": {
19     "source_files": "Sources/iOS/*.swift",
20     "frameworks": "UIKit"
21   },
22   "swift_version": "4.1"