[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 9 / DZNCategories / 1.1 / DZNCategories.podspec.json
blob63c3706a6d5b02af2ba866401a7d2e351f69fbc6
2   "name": "DZNCategories",
3   "version": "1.1",
4   "summary": "Useful collection of Objective-C category classes.",
5   "homepage": "https://github.com/dzenbot/DZNCategories",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ignacio Romero Z.": "iromero@dzen.cl"
12   },
13   "source": {
14     "git": "https://github.com/dzenbot/DZNCategories.git",
15     "tag": "v1.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": [
22     "Foundation"
23   ],
24   "header_mappings_dir": "Source",
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Cocoa",
29       "source_files": "Source/DZNCategories.h",
30       "dependencies": {
31         "DZNCategories/CoreData": [
33         ],
34         "DZNCategories/CoreGraphics": [
36         ],
37         "DZNCategories/CoreLocation": [
39         ],
40         "DZNCategories/Foundation": [
42         ],
43         "DZNCategories/MapKit": [
45         ],
46         "DZNCategories/UIKit": [
48         ]
49       }
50     },
51     {
52       "name": "CoreData",
53       "source_files": "Source/CoreData/*.{h,m}",
54       "frameworks": "CoreData"
55     },
56     {
57       "name": "CoreGraphics",
58       "source_files": "Source/CoreGraphics/*.{h,m}",
59       "frameworks": "CoreGraphics"
60     },
61     {
62       "name": "CoreLocation",
63       "source_files": "Source/CoreLocation/*.{h,m}",
64       "frameworks": "CoreLocation"
65     },
66     {
67       "name": "Foundation",
68       "source_files": "Source/Foundation/*.{h,m}",
69       "frameworks": [
70         "Foundation",
71         "CoreGraphics"
72       ]
73     },
74     {
75       "name": "MapKit",
76       "source_files": "Source/MapKit/*.{h,m}",
77       "frameworks": "MapKit",
78       "dependencies": {
79         "DZNCategories/CoreLocation": [
81         ]
82       }
83     },
84     {
85       "name": "UIKit",
86       "source_files": "Source/UIKit/*.{h,m}",
87       "frameworks": [
88         "UIKit",
89         "QuartzCore",
90         "CoreText",
91         "CoreImage"
92       ],
93       "dependencies": {
94         "DZNCategories/Foundation": [
96         ],
97         "DZNCategories/CoreGraphics": [
99         ]
100       }
101     }
102   ]