blob: e20a626ac7f34f7070a291eda7f53079deb2f96d [file] [log] [blame]
{
"name": "Stack",
"version": "2.0.0",
"summary": "A Type-Safe, Thread-Safe-ish approach to CoreData in Swift",
"homepage": "https://github.com/shaps80/Stack",
"license": "MIT",
"authors": {
"Shaps Mohsenin": "shapsuk@me.com"
},
"source": {
"git": "https://github.com/shaps80/Stack.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/shaps",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"frameworks": [
"Foundation",
"CoreData"
]
}