blob: b7ba6f6368007fc6bf34fd41912fe54df90f8820 [file] [log] [blame]
{
"name": "CoreStore",
"version": "3.0.0",
"license": "MIT",
"summary": "Unleashing the real power of Core Data with the elegance and safety of Swift",
"homepage": "https://github.com/JohnEstropia/CoreStore",
"authors": {
"John Rommel Estropia": "rommel.estropia@gmail.com"
},
"source": {
"git": "https://github.com/JohnEstropia/CoreStore.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.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 USE_FRAMEWORKS -D DEBUG",
"OTHER_SWIFT_FLAGS[config=Release]": "-D USE_FRAMEWORKS",
"GCC_PREPROCESSOR_DEFINITIONS": "USE_FRAMEWORKS=1"
},
"pushed_with_swift_version": "3.0"
}