blob: 247d66f2ddced4e24004bb964709fc08c611c23c [file] [log] [blame]
{
"name": "LiteData",
"version": "0.1.0",
"license": "MIT",
"description": "LiteData is a very small framework to make working with Core Data a little easier and swiftier. It doesn't do a lot, but it makes the basics very simple.",
"summary": "A very light and swifty core data stack",
"homepage": "https://github.com/kylebshr/LiteData",
"social_media_url": "https://twitter.com/kylebshr",
"authors": "Kyle Bashour",
"source": {
"git": "https://github.com/kylebshr/LiteData.git",
"tag": "0.1.0"
},
"source_files": "Source/*.swift",
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}