[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 2 / 1 / Youi / 1.0.0 / Youi.podspec.json
blob450f02456e4e3dfa67a663610ee753d89b6c0ab9
2   "name": "Youi",
3   "version": "1.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": "1.0.0"
18   },
19   "platforms": {
20     "osx": "10.14"
21   },
22   "osx": {
23     "source_files": [
24       "Youi/*.h",
25       "Youi/Shared/*.{h,m,swift}",
26       "Youi/macOS/*.{h,m,swift}"
27     ],
28     "frameworks": "AppKit"
29   },
30   "resources": "Assets.xcassets",
31   "module_name": "Youi",
32   "swift_versions": "5.1",
33   "dependencies": {
34     "Satin": [
36     ]
37   },
38   "swift_version": "5.1"