[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 0 / d / CoreDataExtensio / 1.0.9 / CoreDataExtensio.podspec.json
blob5956014bea21cff90b93cb9c679a9ce7ae396952
2   "name": "CoreDataExtensio",
3   "version": "1.0.9",
4   "summary": "Rx Extension for CoreData used by @gekitz",
5   "license": "MIT",
6   "authors": {
7     "Georg Kitz": "georgkitz@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/gekitz/CoreDataExtensio",
11     "tag": "1.0.9"
12   },
13   "homepage": "http://www.georgkitz.com",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "requires_arc": true,
18   "source_files": "CoreDataExtensio/Files",
19   "frameworks": "CoreData",
20   "module_name": "CoreDataExtensio",
21   "dependencies": {
22     "RxSwift": [
23       "~>4.0"
24     ],
25     "RxCocoa": [
26       "~> 4.0"
27     ],
28     "RxOptional": [
29       "~> 3.2"
30     ]
31   }