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