[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / c / 3 / RCDExtensions / 0.0.3.1 / RCDExtensions.podspec.json
blob4fd97ebcf8d4d8462f55ab5c14685a783e9e22c3
2   "name": "RCDExtensions",
3   "version": "0.0.3.1",
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.3.1"
19   },
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.0"
22   },
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Generic",
27       "pod_target_xcconfig": {
28         "SWIFT_VERSION": "4.0"
29       },
30       "source_files": "Generic/*.swift"
31     },
32     {
33       "name": "Connection",
34       "pod_target_xcconfig": {
35         "SWIFT_VERSION": "4.0"
36       },
37       "source_files": "Connection/*.swift",
38       "dependencies": {
39         "Reachability": [
41         ]
42       }
43     },
44     {
45       "name": "Extensions",
46       "pod_target_xcconfig": {
47         "SWIFT_VERSION": "4.0"
48       },
49       "source_files": "Extensions/*.swift"
50     }
51   ]