[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 3 / d / GDUtils / 0.2.8 / GDUtils.podspec.json
blobb831fccc59a28013e40cf82a92a6748a5dc3ee64
2   "name": "GDUtils",
3   "version": "0.2.8",
4   "summary": "A short description of GDUtils.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://10.88.0.15/alex/GDUtils.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex": "alex.zhang@dingtone.me"
13   },
14   "source": {
15     "git": "git@10.88.0.15:alex/GDUtils.git",
16     "tag": "0.2.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "frameworks": "AdSupport",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "GDUtils/UIImageView": [
29         ],
30         "GDUtils/UIScreen": [
32         ],
33         "GDUtils/UIColor": [
35         ],
36         "GDUtils/GDKeyChainWrapper": [
38         ],
39         "GDUtils/UIDevice": [
41         ],
42         "GDUtils/NSString": [
44         ],
45         "GDUtils/GDSecurity": [
47         ],
48         "GDUtils/UIImage": [
50         ]
51       }
52     },
53     {
54       "name": "GDSecurity",
55       "source_files": "GDSecurity/**/*"
56     },
57     {
58       "name": "UIImageView",
59       "subspecs": [
60         {
61           "name": "CornerRadius",
62           "source_files": "UIImageView/UIImageView+CornerRadius.{h,m}"
63         },
64         {
65           "name": "GDWebCache",
66           "source_files": "UIImageView/UIImageView+GDWebCache.{h,m}",
67           "dependencies": {
68             "SDWebImage": [
69               "3.7.3"
70             ],
71             "GDUtils/UIImage": [
73             ]
74           }
75         }
76       ]
77     },
78     {
79       "name": "UIImage",
80       "subspecs": [
81         {
82           "name": "ImageEffects",
83           "source_files": "UIImage/UIImage+ImageEffects.{h,m}"
84         }
85       ]
86     },
87     {
88       "name": "NSString",
89       "subspecs": [
90         {
91           "name": "GDMD5",
92           "source_files": "NSString/NSString+GDMD5.{h,m}"
93         },
94         {
95           "name": "GDSHA1",
96           "source_files": "NSString/NSString+GDSHA1.{h,m}"
97         }
98       ]
99     },
100     {
101       "name": "UIScreen",
102       "subspecs": [
103         {
104           "name": "GDExtension",
105           "source_files": "UIScreen/*"
106         }
107       ]
108     },
109     {
110       "name": "UIColor",
111       "subspecs": [
112         {
113           "name": "GDColor",
114           "source_files": "UIColor/UIColor+GDColor.{h,m}"
115         }
116       ]
117     },
118     {
119       "name": "GDKeyChainWrapper",
120       "source_files": "GDKeyChainWrapper/KeychainItemWrapper.{h,m}",
121       "requires_arc": false
122     },
123     {
124       "name": "UIDevice",
125       "subspecs": [
126         {
127           "name": "GDDeviceInfo",
128           "source_files": "UIDevice/UIDevice+GDDeviceInfo.{h,m}",
129           "dependencies": {
130             "GDUtils/GDKeyChainWrapper": [
132             ]
133           }
134         }
135       ]
136     }
137   ]