blob: d64e8cd5f1226dd48b8aa6997b096484bc49ea1d [file] [log] [blame]
{
"name": "CoreStore",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"CoreStore",
"CoreStore/**/*.{swift}"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"GCDKit": [
"1.1.0"
]
}
}