[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 9 / DZNCategories / 1.1.2 / DZNCategories.podspec.json
blobc4dcc56e734cb6d522cc934dc6304fb116f39aa4
2   "name": "DZNCategories",
3   "version": "1.1.2",
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.2"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Foundation",
22   "header_mappings_dir": "Source",
23   "deprecated": true,
24   "subspecs": [
25     {
26       "name": "Cocoa",
27       "source_files": "Source/DZNCategories.h",
28       "dependencies": {
29         "DZNCategories/CoreData": [
31         ],
32         "DZNCategories/CoreGraphics": [
34         ],
35         "DZNCategories/CoreLocation": [
37         ],
38         "DZNCategories/Foundation": [
40         ],
41         "DZNCategories/MapKit": [
43         ],
44         "DZNCategories/UIKit": [
46         ]
47       }
48     },
49     {
50       "name": "CoreData",
51       "source_files": "Source/CoreData/*.{h,m}",
52       "frameworks": "CoreData"
53     },
54     {
55       "name": "CoreGraphics",
56       "source_files": "Source/CoreGraphics/*.{h,m}",
57       "frameworks": "CoreGraphics"
58     },
59     {
60       "name": "CoreLocation",
61       "source_files": "Source/CoreLocation/*.{h,m}",
62       "frameworks": "CoreLocation"
63     },
64     {
65       "name": "Foundation",
66       "source_files": "Source/Foundation/*.{h,m}",
67       "frameworks": [
68         "Foundation",
69         "CoreGraphics"
70       ]
71     },
72     {
73       "name": "MapKit",
74       "source_files": "Source/MapKit/*.{h,m}",
75       "frameworks": "MapKit",
76       "dependencies": {
77         "DZNCategories/CoreLocation": [
79         ]
80       }
81     },
82     {
83       "name": "UIKit",
84       "source_files": "Source/UIKit/*.{h,m}",
85       "frameworks": [
86         "UIKit",
87         "QuartzCore",
88         "CoreText",
89         "CoreImage"
90       ],
91       "dependencies": {
92         "DZNCategories/Foundation": [
94         ],
95         "DZNCategories/CoreGraphics": [
97         ]
98       }
99     }
100   ]