[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 2 / 1 / Youi / 2.0.0 / Youi.podspec.json
blobf2f344ea96928d604e3e0845d82c725582c7d8ad
2   "name": "Youi",
3   "version": "2.0.0",
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.0"
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   },
31   "ios": {
32     "source_files": [
33       "Youi/*.h",
34       "Youi/Shared/**/*.{h,m,swift}",
35       "Youi/iOS/**/*.{h,m,swift}"
36     ],
37     "frameworks": "UIKit"
38   },
39   "resources": "Assets.xcassets",
40   "module_name": "Youi",
41   "swift_versions": "5.1",
42   "dependencies": {
43     "Satin": [
45     ]
46   },
47   "swift_version": "5.1"