[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 5 / UserInterface / 0.1.0 / UserInterface.podspec.json
blob2a86bd26fac9971a56a6ba33231ef7911e80ac84
2   "name": "UserInterface",
3   "summary": "A collection of convenience extensions specifically tailored to building user interfaces in Swift.",
4   "version": "0.1.0",
5   "homepage": "https://github.com/zenangst/UserInterface",
6   "license": "MIT",
7   "authors": {
8     "Christoffer Winterkvist": "christoffer@winterkvist.com"
9   },
10   "source": {
11     "git": "https://github.com/zenangst/UserInterface.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/zenangst",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "tvos": "9.2"
19   },
20   "requires_arc": true,
21   "ios": {
22     "source_files": "Source/{iOS+tvOS,iOS,Shared}/**/*"
23   },
24   "tvos": {
25     "source_files": "Source/{iOS+tvOS,tvOS,Shared}/**/*"
26   },
27   "osx": {
28     "source_files": "Source/{macOS,Shared}/**/*"
29   },
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "4.0"
32   }