[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / 6 / 2 / XUCoreUI / 1.0.2 / XUCoreUI.podspec.json
blobe9a9fe7f77f7ff3c15ef5b075fe19166f807268e
2   "name": "XUCoreUI",
3   "version": "1.0.2",
4   "license": "MIT License",
5   "summary": "A core library used by Charlie Monroe Software.",
6   "homepage": "http://github.com/charlieMonroe/XUCore/",
7   "authors": "Charlie Monroe",
8   "source": {
9     "git": "https://github.com/charlieMonroe/XUCore.git",
10     "tag": "ui_1.0.2"
11   },
12   "swift_versions": "5.1",
13   "source_files": [
14     "XUCoreUI/additions/common/*.swift",
15     "XUCoreUI/app_store/common/*.swift",
16     "XUCoreUI/network/common/*.swift",
17     "XUCoreUI/network/common/oauth2/*.swift",
18     "XUCoreUI/ui/common/*.swift",
19     "XUCoreUI/ui/common/views/*.swift"
20   ],
21   "ios": {
22     "source_files": [
23       "XUCoreUI iOS/XUCoreUI.h",
24       "XUCoreUI iOS/additions/*.swift",
25       "XUCoreUI iOS/core/*.swift",
26       "XUCoreUI iOS/debug/*.swift",
27       "XUCoreUI iOS/localization/*.swift",
28       "XUCoreUI iOS/network/oauth2/*.swift",
29       "XUCoreUI iOS/ui/*/*.swift"
30     ],
31     "resources": "XUCoreUI iOS/ui/*/*.xib"
32   },
33   "osx": {
34     "source_files": [
35       "XUCoreUI/XUCoreUI.h",
36       "XUCoreUI/additions/*.swift",
37       "XUCoreUI/app_store/*.swift",
38       "XUCoreUI/core/*.{swift,m}",
39       "XUCoreUI/debug/*.swift",
40       "XUCoreUI/exception_handling/*.swift",
41       "XUCoreUI/localization/*.swift",
42       "XUCoreUI/network/*.swift",
43       "XUCoreUI/network/oauth2/*.swift",
44       "XUCoreUI/ui/*/*.swift"
45     ],
46     "resources": [
47       "XUCoreUI/exception_handling/*.xib",
48       "XUCoreUI/network/oauth2/*.xib",
49       "XUCoreUI/ui/*/*.xib",
50       "XUCoreUI/Media.xcassets"
51     ]
52   },
53   "dependencies": {
54     "XUCore": [
56     ]
57   },
58   "resources": "",
59   "frameworks": [
60     "Foundation",
61     "CoreData"
62   ],
63   "platforms": {
64     "ios": "10.0",
65     "osx": "10.11"
66   },
67   "requires_arc": true,
68   "swift_version": "5.1"