[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / c / 3 / RCDExtensions / 0.0.2.2 / RCDExtensions.podspec.json
blob509df2183345a50a476231211753451ce3dea136
2   "name": "RCDExtensions",
3   "version": "0.0.2.2",
4   "summary": "RCDExtensions.",
5   "description": "Group of generic extensions",
6   "homepage": "https://github.com/robertodias180/RCDExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Roberto Dias",
12   "social_media_url": "http://twitter.com/robertodias180",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/robertodias180/RCDExtensions.git",
18     "tag": "0.0.2.2"
19   },
20   "pushed_with_swift_version": "3.0",
21   "subspecs": [
22     {
23       "name": "Generic",
24       "source_files": "Generic/*.swift"
25     },
26     {
27       "name": "Connection",
28       "source_files": "Connection/*.swift",
29       "dependencies": {
30         "Reachability": [
32         ]
33       }
34     },
35     {
36       "name": "Extensions",
37       "source_files": "Extensions/*.swift",
38       "dependencies": {
39         "SwifterSwift": [
41         ]
42       }
43     }
44   ]