blob: a653a8bf4381ce67ed1533dddfa731c51cc4ffec [file] [log] [blame]
{
"name": "CoreStore",
"version": "6.3.2",
"swift_versions": "5.0",
"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": "6.3.2"
},
"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"
},
"swift_version": "5.0"
}