blob: 002814dac32e5ff4201746153080c8ebd8bd6632 [file] [log] [blame]
{
"name": "CoreStore",
"version": "1.3.2",
"license": "MIT",
"summary": "Simple, elegant, and smart Core Data programming with 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.3.2"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source_files": [
"CoreStore",
"CoreStore/**/*.{swift}"
],
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"GCDKit": [
"1.1.3"
]
}
}