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