blob: c2d92a2258a31baebd5b46d539231b27aed07edf [file] [log] [blame]
{
"name": "CoreStore",
"version": "1.6.10",
"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": "1.6.10"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"CoreStore",
"CoreStore/**/*.{swift}"
],
"osx": {
"exclude_files": [
"CoreStore/Observing/*.{swift}",
"CoreStore/Internal/FetchedResultsControllerDelegate.swift",
"CoreStore/Internal/CoreStoreFetchedResultsController.swift",
"CoreStore/Convenience Helpers/NSFetchedResultsController+Convenience.swift"
]
},
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-D USE_FRAMEWORKS"
},
"dependencies": {
"GCDKit": [
"1.2.5"
]
}
}