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",
9 "git": "https://github.com/charlieMonroe/XUCore.git",
12 "swift_versions": "5",
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"
34 "XUCoreMobile/XUCore.h",
35 "XUCore/core/iOS/*.swift",
36 "XUCore/localization/iOS/*.swift"
42 "XUCore/additions/macOS/*.{h,m,swift}",
43 "XUCore/core/macOS/*.swift"
46 "resources": "XUCore/coredata/sync/model/*.{xcdatamodeld,xcdatamodel}",
48 "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
50 "private_header_files": [
51 "XUCore/regex/re2/*.h",
52 "XUCore/regex/re2/util/*.h"