[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 2 / 1 / Youi / 2.0.4 / Youi.podspec.json
blobbbe4f0d4be0d4c9e204ac3ef8ff344ff1e2406d8
2   "name": "Youi",
3   "version": "2.0.4",
4   "summary": "Youi is a small library of UI components to help rapidly prototype and tweak parameters in Satin",
5   "description": "Youi is a small library of UI components (sliders, buttons, dropdown, labels, etc) to help rapidly prototype and tweak Satin parameters",
6   "homepage": "https://github.com/Hi-Rez/Youi",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Reza Ali": "reza@hi-rez.io"
13   },
14   "social_media_url": "https://twitter.com/rezaali",
15   "source": {
16     "git": "https://github.com/Hi-Rez/Youi.git",
17     "tag": "2.0.4"
18   },
19   "platforms": {
20     "osx": "10.15",
21     "ios": "14.0"
22   },
23   "osx": {
24     "source_files": [
25       "Youi/*.h",
26       "Youi/Shared/*.{h,m,swift}",
27       "Youi/macOS/*.{h,m,swift}"
28     ],
29     "frameworks": "AppKit",
30     "resources": "Assets.xcassets"
31   },
32   "ios": {
33     "source_files": [
34       "Youi/*.h",
35       "Youi/Shared/**/*.{h,m,swift}",
36       "Youi/iOS/**/*.{h,m,swift}"
37     ],
38     "frameworks": "UIKit",
39     "resources": "Assets.xcassets"
40   },
41   "module_name": "Youi",
42   "swift_versions": "5.1",
43   "dependencies": {
44     "Satin": [
46     ]
47   },
48   "swift_version": "5.1"