blob: b1c2abc8902267fbbae0a0a66904dc39e4c3821e [file] [log] [blame]
{
"name": "XUCore",
"version": "1.3.3",
"license": "MIT License",
"summary": "A core library used by Charlie Monroe Software.",
"homepage": "http://github.com/charlieMonroe/XUCore/",
"authors": "Charlie Monroe",
"source": {
"git": "https://github.com/charlieMonroe/XUCore.git",
"tag": "core_1.3.3"
},
"swift_versions": "5.1",
"source_files": [
"XUCore/additions/*.{h,m,swift}",
"XUCore/core/*.{h,m,swift}",
"XUCore/coredata/*.swift",
"XUCore/coredata/sync/*.swift",
"XUCore/coredata/sync/model/*.swift",
"XUCore/debug/*.swift",
"XUCore/deserialization/*.swift",
"XUCore/documents/*.swift",
"XUCore/localization/*.swift",
"XUCore/localization/*.lproj/*.strings",
"XUCore/misc/*.swift",
"XUCore/network/*.swift",
"XUCore/private/*.{h,m,swift}",
"XUCore/regex/*.{h,m,mm,swift}",
"XUCore/regex/re2/*.{h,cc}",
"XUCore/regex/re2/util/*.{h,cc}",
"XUCore/transformers/*.swift"
],
"ios": {
"source_files": [
"XUCoreMobile/XUCore.h",
"XUCore/core/iOS/*.swift",
"XUCore/localization/iOS/*.swift"
]
},
"osx": {
"source_files": [
"XUCore/XUCore.h",
"XUCore/additions/macOS/*.{h,m,swift}",
"XUCore/core/macOS/*.swift"
]
},
"resources": "XUCore/coredata/sync/model/*.{xcdatamodeld,xcdatamodel}",
"xcconfig": {
"GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
},
"private_header_files": [
"XUCore/regex/re2/*.h",
"XUCore/regex/re2/util/*.h"
],
"frameworks": [
"Foundation",
"CoreData"
],
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"requires_arc": true,
"swift_version": "5.1"
}