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