[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / 6 / b / Droste / 0.2.0 / Droste.podspec.json
blob57819d9fd83efa9e3ee9430d6ee009ec74c108ef
2   "name": "Droste",
3   "version": "0.2.0",
4   "summary": "Droste is a lightweight composable caching library which leverages RxSwift's Observable for its API.",
5   "homepage": "https://github.com/gtsifrikas/Droste",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "George Tsifrikas": "gtsifrikas@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/gtsifrikas/Droste.git",
15     "tag": "0.2.0"
16   },
17   "social_media_url": "https://twitter.com/gtsifrikas",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/**/*.{swift,h,m}",
23   "module_name": "Droste",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.0"
26   },
27   "dependencies": {
28     "RxSwift": [
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": [
37         "Tests/*.swift",
38         "Sources/Extensions.swift"
39       ],
40       "dependencies": {
41         "RxSwift": [
43         ],
44         "Nimble": [
46         ],
47         "Quick": [
49         ],
50         "RxTest": [
52         ]
53       }
54     }
55   ]