[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 9 / 6 / SSUI / 0.0.1 / SSUI.podspec.json
blob91d4a9a3f22dd947298cd4ede6e81b9e5de4e861
2   "name": "SSUI",
3   "version": "0.0.1",
4   "summary": "An UI wrapper library that use 99% pure SwiftUI to simplify the UI setup further",
5   "description": "This library provides a way to simplify the way you specify your app's look and feel.\nIt helps config the views across your app so when you want to change the UI design,\nit's gonna take only a few minutes to finish.",
6   "homepage": "https://github.com/ndson040496/SSUIiOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Son Nguyen": "ndson040496@gmail.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5",
18   "source": {
19     "git": "https://github.com/ndson040496/SSUIiOS.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "SSUI",
24     "SSUI/**/*.{swift}"
25   ],
26   "public_header_files": "SSUI/**/SSUI.h",
27   "swift_version": "5"