[Add] AdPopcornSSP 2.9.1
[CocoaPods.git] / Specs / 8 / 9 / 6 / SSUI / 0.0.2 / SSUI.podspec.json
blob3e3d51967c31a5f117b0f9a554fd912d2fb5c413
2   "name": "SSUI",
3   "version": "0.0.2",
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.2"
21   },
22   "source_files": [
23     "SSUI",
24     "SSUI/**/*.{swift}"
25   ],
26   "public_header_files": "SSUI/**/SSUI.h",
27   "swift_version": "5"