blob: e909f4e3ce09d736b4b459c26b86150e06399e35 [file] [log] [blame]
{
"name": "Seru",
"version": "0.0.3",
"summary": "Seru is Simple Core Data stack",
"description": " Seru is Swift framework for working wit Core Data. It setup your core data stack and \n gives you nica actions to work with it\n",
"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.0.3"
},
"source_files": [
"Seru/Source",
"Seru/Source/**/*.{swift}"
],
"requires_arc": true,
"ios": {
"vendored_frameworks": "Carthage/Build/iOS/Sweet.framework"
},
"preserve_paths": "Carthage/Build/iOS/Sweet.framework"
}