[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 8 / 5 / RepositoryKit / 3.0.0 / RepositoryKit.podspec.json
blobee77bea3ec9ec4e4f508cdd29c06d210a95d2270
2   "name": "RepositoryKit",
3   "version": "3.0.0",
4   "summary": "Repositories pattern for networking and storage",
5   "description": "Repository Pattern Swift. Where is the place to put your 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.0.0"
17   },
18   "source_files": "Source/**/*.swift",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "PromiseKit": [
24       "~> 4.0.0"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"