[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / e / a / JBDScaleway / 1.0.0 / JBDScaleway.podspec.json
blob005792b3992a10c8a1cf9ba98f0d8927bb241c5b
2   "name": "JBDScaleway",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "iOS Framework for Scaleway API",
9   "homepage": "https://github.com/jbdujardin/JBDScaleway",
10   "social_media_url": "https://twitter.com/jbdujardin",
11   "authors": {
12     "Jean-Baptiste Dujardin": "contact@jbdujardin.com"
13   },
14   "source": {
15     "git": "https://github.com/jbdujardin/JBDScaleway.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "frameworks": "Foundation",
26   "dependencies": {
27     "AlamofireObjectMapper": [
28       "~> 5.0.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Domain",
34       "source_files": "Sources/Domain/*/*.swift"
35     },
36     {
37       "name": "API",
38       "source_files": "Sources/API/**/*.swift",
39       "dependencies": {
40         "JBDScaleway/Domain": [
42         ]
43       }
44     }
45   ]