[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 3 / 5 / Breeze / 0.0.1 / Breeze.podspec.json
blobdcca416229ff10f13666b8f6f469feb4a7d3b5fa
2   "name": "Breeze",
3   "version": "0.0.1",
4   "summary": "Breeze is a lightweight CoreData manager written in Swift!",
5   "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",
6   "homepage": "https://github.com/andrelind/Breeze",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "AndreĢ Lind",
12   "social_media_url": "http://twitter.com/FixingKitty",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/andrelind/Breeze.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "Breeze",
22     "Breeze/**/*.{h,m,swift}"
23   ],
24   "exclude_files": "Breeze/Exclude",
25   "frameworks": "CoreData",
26   "requires_arc": true