[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 6 / b / Droste / 0.2.3 / Droste.podspec.json
blob6a2a5ed4a3b70a9984ca278689789be9c88ecf71
2   "name": "Droste",
3   "version": "0.2.3",
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.3"
16   },
17   "social_media_url": "https://twitter.com/gtsifrikas",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Sources/**/*.{swift,h,m}",
24     "Sources/ProtectedResource.swift"
25   ],
26   "module_name": "Droste",
27   "swift_versions": "5.0",
28   "dependencies": {
29     "RxSwift": [
31     ]
32   },
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "dependencies": {
38         "RxTest": [
40         ],
41         "Nimble": [
43         ],
44         "Quick": [
46         ]
47       },
48       "source_files": [
49         "Tests/*.swift",
50         "Sources/Extensions.swift"
51       ]
52     }
53   ],
54   "swift_version": "5.0"