blob: 21bcaf210a5a98f0e60f68a4cfee57c3f42bbf2b [file] [log] [blame]
{
"name": "CoreStore",
"version": "7.2.0",
"swift_versions": "5.2",
"license": "MIT",
"homepage": "https://github.com/JohnEstropia/CoreStore",
"documentation_url": "https://JohnEstropia.github.io/CoreStore",
"summary": "Unleashing the real power of Core Data with the elegance and safety of Swift",
"authors": {
"John Rommel Estropia": "rommel.estropia@gmail.com"
},
"source": {
"git": "https://github.com/JohnEstropia/CoreStore.git",
"tag": "7.2.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"public_header_files": "Sources/**/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG",
"OTHER_LDFLAGS": "-weak_framework Combine -weak_framework SwiftUI"
},
"swift_version": "5.2"
}