blob: fe5d7bec12838a5308f3562e3578125e843c5989 [file] [log] [blame]
{
"name": "Seru",
"version": "0.1.2",
"summary": "Seru is Simple Core Data stack",
"description": "Seru is Swift framework for working wit Core Data. It setup your core data stack and \ngives you nice actions to work with it",
"homepage": "https://github.com/kostiakoval/Seru",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kostiantyn Koval": "konstantin.koval1@gmail.com"
},
"social_media_url": "http://twitter.com/kostiakoval",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kostiakoval/Seru.git",
"tag": "0.1.2"
},
"source_files": "Seru/Classes/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"Sweet": [
]
}
}