[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 3 / RCDExtensions / 0.0.2 / RCDExtensions.podspec.json
blobc2f12dee93777682a4a906a7ef11f658d1cd7dbe
2   "name": "RCDExtensions",
3   "version": "0.0.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"
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   ]