blob: dcca416229ff10f13666b8f6f469feb4a7d3b5fa [file] [log] [blame]
{
"name": "Breeze",
"version": "0.0.1",
"summary": "Breeze is a lightweight CoreData manager written in Swift!",
"description": " Breeze takes a lot of cues from both [MagicalRecord](https://github.com/magicalpanda/MagicalRecord) and [Nimble](https://github.com/MarcoSero/Nimble)\n\n * Lightweight and simple to use\n * 1 row of code to find first/any object in database\n * iCloud support\n * Simple architecture using only a main and a background context.\n",
"homepage": "https://github.com/andrelind/Breeze",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "AndreĢ Lind",
"social_media_url": "http://twitter.com/FixingKitty",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/andrelind/Breeze.git",
"tag": "0.0.1"
},
"source_files": [
"Breeze",
"Breeze/**/*.{h,m,swift}"
],
"exclude_files": "Breeze/Exclude",
"frameworks": "CoreData",
"requires_arc": true
}