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