[Add] ZoomVideoSDK 2.1.0
[CocoaPods.git] / Specs / e / 2 / 6 / libextobjc / 0.4.1 / libextobjc.podspec.json
blob318a2c6abcc3e2122f57031706e28ab8f976b02f
2   "name": "libextobjc",
3   "version": "0.4.1",
4   "summary": "A Cocoa library to extend the Objective-C programming language.",
5   "homepage": "https://github.com/jspahrsummers/libextobjc",
6   "authors": {
7     "Justin Spahr-Summers": "jspahrsummers@github.com"
8   },
9   "source": {
10     "git": "https://github.com/jspahrsummers/libextobjc.git",
11     "tag": "0.4.1"
12   },
13   "requires_arc": true,
14   "description": "The Extended Objective-C library extends the dynamism of the Objective-C programming language to support additional patterns present in other dynamic programming languages (including those that are not necessarily object-oriented).\nlibextobjc is meant to be very modular – most of its classes and modules can be used with no more than one or two dependencies.",
15   "license": "MIT",
16   "subspecs": [
17     {
18       "name": "UmbrellaHeader",
19       "source_files": "extobjc/extobjc.h"
20     },
21     {
22       "name": "RuntimeExtensions",
23       "source_files": [
24         "extobjc/metamacros.h",
25         "extobjc/EXTRuntimeExtensions.{h,m}"
26       ]
27     },
28     {
29       "name": "EXTADT",
30       "source_files": "extobjc/EXTADT.{h,m}",
31       "dependencies": {
32         "libextobjc/RuntimeExtensions": [
34         ]
35       }
36     },
37     {
38       "name": "EXTConcreteProtocol",
39       "source_files": "extobjc/EXTConcreteProtocol.{h,m}",
40       "dependencies": {
41         "libextobjc/RuntimeExtensions": [
43         ]
44       }
45     },
46     {
47       "name": "EXTKeyPathCoding",
48       "source_files": "extobjc/EXTKeyPathCoding.{h,m}",
49       "dependencies": {
50         "libextobjc/RuntimeExtensions": [
52         ]
53       }
54     },
55     {
56       "name": "EXTNil",
57       "source_files": "extobjc/EXTNil.{h,m}",
58       "dependencies": {
59         "libextobjc/RuntimeExtensions": [
61         ]
62       }
63     },
64     {
65       "name": "EXTSafeCategory",
66       "source_files": "extobjc/EXTSafeCategory.{h,m}",
67       "dependencies": {
68         "libextobjc/RuntimeExtensions": [
70         ]
71       }
72     },
73     {
74       "name": "EXTScope",
75       "source_files": "extobjc/EXTScope.{h,m}",
76       "dependencies": {
77         "libextobjc/RuntimeExtensions": [
79         ]
80       }
81     },
82     {
83       "name": "EXTSelectorChecking",
84       "source_files": "extobjc/EXTSelectorChecking.{h,m}",
85       "dependencies": {
86         "libextobjc/RuntimeExtensions": [
88         ]
89       }
90     },
91     {
92       "name": "EXTSynthesize",
93       "source_files": "extobjc/EXTSynthesize.{h,m}",
94       "dependencies": {
95         "libextobjc/RuntimeExtensions": [
97         ]
98       }
99     },
100     {
101       "name": "NSInvocation+EXT",
102       "source_files": "extobjc/NSInvocation+EXT.{h,m}",
103       "dependencies": {
104         "libextobjc/RuntimeExtensions": [
106         ]
107       }
108     },
109     {
110       "name": "NSMethodSignature+EXT",
111       "source_files": "extobjc/NSMethodSignature+EXT.{h,m}",
112       "dependencies": {
113         "libextobjc/RuntimeExtensions": [
115         ]
116       }
117     }
118   ]