[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 4 / e / RDUtils / 0.1.3 / RDUtils.podspec.json
blobf6b84196dcd3d1c297586611a5d5267e5ec63816
2   "name": "RDUtils",
3   "version": "0.1.3",
4   "summary": "Group of iOS Utils used on most of the projects.",
5   "homepage": "https://github.com/robertodias180/RDUtils",
6   "license": "MIT",
7   "authors": {
8     "Roberto Dias": "robertodias180@gmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/robertodias180/RDUtils.git",
15     "tag": "0.1.3"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation",
20     "CoreGraphics",
21     "AVFoundation"
22   ],
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "RDAnalytics",
27       "source_files": "RDUtils/RDAnalytics/*.{h,m}",
28       "dependencies": {
29         "FlurrySDK/FlurrySDK": [
31         ],
32         "GoogleAnalytics-iOS-SDK": [
34         ]
35       }
36     },
37     {
38       "name": "RDReachability",
39       "source_files": "RDUtils/RDReachability/*.{h,m}"
40     },
41     {
42       "name": "WMAdManager",
43       "source_files": "RDUtils/WMAdManager/WMCore/*.{h,m}",
44       "dependencies": {
45         "RDUtils/RDReachability": [
47         ],
48         "RDUtils/RDAnalytics": [
50         ]
51       }
52     }
53   ]