[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 8 / 5 / RepositoryKit / 3.1.2 / RepositoryKit.podspec.json
blob6bdb1a658136bf612e045f63390ff8fd9e8da0ba
2   "name": "RepositoryKit",
3   "version": "3.1.2",
4   "summary": "The Repository Pattern for Networking and Local Storage",
5   "description": "The Repository Pattern in Swift. Where is the place to put your local storage and networking code? Based on promises.",
6   "homepage": "https://github.com/lucianopolit/RepositoryKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Luciano Polit": "lucianopolit@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lucianopolit/RepositoryKit.git",
16     "tag": "3.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "PromiseKit/CorePromise": [
23       "~> 4.0.0"
24     ]
25   },
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/Core/*.swift"
31     },
32     {
33       "name": "Util",
34       "source_files": "Source/Util/*.swift",
35       "dependencies": {
36         "RepositoryKit/Core": [
38         ]
39       }
40     },
41     {
42       "name": "CRUD",
43       "source_files": "Source/CRUD/*.swift",
44       "dependencies": {
45         "RepositoryKit/Core": [
47         ],
48         "RepositoryKit/Util": [
50         ]
51       }
52     },
53     {
54       "name": "Patch",
55       "source_files": "Source/Patch/*.swift",
56       "dependencies": {
57         "RepositoryKit/CRUD": [
59         ]
60       }
61     },
62     {
63       "name": "Sync",
64       "source_files": "Source/Sync/*.swift",
65       "dependencies": {
66         "RepositoryKit/CRUD": [
68         ]
69       }
70     },
71     {
72       "name": "Bonus",
73       "source_files": "Source/Bonus/*.swift",
74       "dependencies": {
75         "RepositoryKit/Core": [
77         ],
78         "RepositoryKit/Util": [
80         ]
81       }
82     }
83   ]