[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 2 / 1 / Youi / 3.1.0 / Youi.podspec.json
blobddb3b5b9a5e307258a419697f789253339a763f8
2   "name": "Youi",
3   "version": "3.1.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": "3.1.0"
18   },
19   "platforms": {
20     "osx": "10.15",
21     "ios": "14.0"
22   },
23   "osx": {
24     "source_files": [
25       "Sources/Youi/*.swift",
26       "Sources/Youi/**/*.swift"
27     ],
28     "frameworks": "AppKit",
29     "resources": "Sources/Youi/Resources/Assets.xcassets"
30   },
31   "ios": {
32     "source_files": [
33       "Sources/Youi/*.swift",
34       "Sources/Youi/**/*.swift"
35     ],
36     "frameworks": "UIKit",
37     "resources": "Sources/Youi/Resources/Assets.xcassets"
38   },
39   "module_name": "Youi",
40   "swift_versions": "5.1",
41   "dependencies": {
42     "Satin": [
44     ]
45   },
46   "swift_version": "5.1"