[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 2 / b / 5 / ReactiveSwiftCoreData / 0.8.0 / ReactiveSwiftCoreData.podspec.json
blob96bae64f765cf5db42a93a84a18567023c8e22b8
2   "name": "ReactiveSwiftCoreData",
3   "version": "0.8.0",
4   "summary": "ReactiveSwift wrapper on CoreData",
5   "description": "Add reactive extension on NSManagedObjectContext to observe context changes.",
6   "homepage": "https://github.com/marshallxxx/ReactiveSwiftCoreData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "marshallxxx": "nicolaevevghenii@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/marshallxxx/ReactiveSwiftCoreData.git",
16     "tag": "0.8.0"
17   },
18   "social_media_url": "https://twitter.com/ENicolaev",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "ReactiveSwiftCoreData/Classes/**/*",
23   "dependencies": {
24     "ReactiveSwift": [
25       "~> 3.1"
26     ]
27   }