blob: e2cdf3f039fbd948dae1d82fa77d2e64f0bf369e [file] [log] [blame]
{
"name": "CoreStore",
"version": "2.0.1",
"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": "2.0.1"
},
"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": "-D USE_FRAMEWORKS",
"GCC_PREPROCESSOR_DEFINITIONS": "USE_FRAMEWORKS=1"
},
"dependencies": {
"GCDKit": [
"1.2.6"
]
}
}