[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 4 / e / RDUtils / 0.1.5 / RDUtils.podspec.json
blobdeeeece015b10f4f51a074ac28fc121c38decaf9
2   "name": "RDUtils",
3   "version": "0.1.5",
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.5"
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       "subspecs": [
44         {
45           "name": "Core",
46           "source_files": "RDUtils/WMAdManager/WMCore/*.{h,m}",
47           "dependencies": {
48             "RDUtils/RDReachability": [
50             ],
51             "RDUtils/RDAnalytics": [
53             ]
54           }
55         },
56         {
57           "name": "WMAdColony",
58           "source_files": "RDUtils/WMAdManager/WMNetworks/WMAdColony.{h,m}",
59           "dependencies": {
60             "AdColony": [
62             ],
63             "RDUtils/WMAdManager/Core": [
65             ]
66           }
67         }
68       ]
69     }
70   ]