[Add] LiveKitWebRTC-Vama 125.6422.11
[CocoaPods.git] / Specs / 4 / c / b / XUCore / 1.3.4 / XUCore.podspec.json
blob87581a76604e1e3b20499a8e6db31c6a204a38cf
2   "name": "XUCore",
3   "version": "1.3.4",
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": "core_1.3.4"
11   },
12   "swift_versions": "5",
13   "source_files": [
14     "XUCore/additions/*.{h,m,swift}",
15     "XUCore/core/*.{h,m,swift}",
16     "XUCore/coredata/*.swift",
17     "XUCore/coredata/sync/*.swift",
18     "XUCore/coredata/sync/model/*.swift",
19     "XUCore/debug/*.swift",
20     "XUCore/deserialization/*.swift",
21     "XUCore/documents/*.swift",
22     "XUCore/localization/*.swift",
23     "XUCore/localization/*.lproj/*.strings",
24     "XUCore/misc/*.swift",
25     "XUCore/network/*.swift",
26     "XUCore/private/*.{h,m,swift}",
27     "XUCore/regex/*.{h,m,mm,swift}",
28     "XUCore/regex/re2/*.{h,cc}",
29     "XUCore/regex/re2/util/*.{h,cc}",
30     "XUCore/transformers/*.swift"
31   ],
32   "ios": {
33     "source_files": [
34       "XUCoreMobile/XUCore.h",
35       "XUCore/core/iOS/*.swift",
36       "XUCore/localization/iOS/*.swift"
37     ]
38   },
39   "osx": {
40     "source_files": [
41       "XUCore/XUCore.h",
42       "XUCore/additions/macOS/*.{h,m,swift}",
43       "XUCore/core/macOS/*.swift"
44     ]
45   },
46   "resources": "XUCore/coredata/sync/model/*.{xcdatamodeld,xcdatamodel}",
47   "xcconfig": {
48     "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
49   },
50   "private_header_files": [
51     "XUCore/regex/re2/*.h",
52     "XUCore/regex/re2/util/*.h"
53   ],
54   "frameworks": [
55     "Foundation",
56     "CoreData"
57   ],
58   "platforms": {
59     "ios": "10.0",
60     "osx": "10.11"
61   },
62   "requires_arc": true,
63   "swift_version": "5"