[Add] MapboxCommon 24.10.0-daily-2025-01-02-04-26
[CocoaPods.git] / Specs / d / 1 / 9 / JEToolkit / 1.2.2 / JEToolkit.podspec.json
blob3b59643c29eca166a1b6efb46c0b15d9511afb2d
2   "name": "JEToolkit",
3   "version": "1.2.2",
4   "summary": "iOS Utilities",
5   "homepage": "https://github.com/JohnEstropia/JEToolkit",
6   "license": "MIT",
7   "authors": {
8     "John Rommel Estropia": "rommel.estropia@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/JohnEstropia/JEToolkit.git",
12     "tag": "1.2.2",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "public_header_files": "JEToolkit/*.h",
19   "source_files": "JEToolkit/JEToolkit.h",
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "MobileCoreServices",
24       "UIKit"
25     ]
26   },
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "JEToolkit",
31       "source_files": "JEToolkit/JEToolkit/**/*.{h,m,c}",
32       "ios": {
33         "frameworks": [
34           "Foundation",
35           "MobileCoreServices",
36           "UIKit"
37         ]
38       },
39       "dependencies": {
40         "JEToolkit/JEDebugging": [
42         ],
43         "JEToolkit/JESynthesize": [
45         ]
46       }
47     },
48     {
49       "name": "JESynthesize",
50       "source_files": "JEToolkit/JESynthesize/**/*.{h,m,c}",
51       "ios": {
52         "frameworks": "Foundation"
53       },
54       "dependencies": {
55         "JEToolkit/JEToolkit": [
57         ]
58       }
59     },
60     {
61       "name": "JEDebugging",
62       "source_files": "JEToolkit/JEDebugging/**/*.{h,m,c}",
63       "ios": {
64         "frameworks": [
65           "Foundation",
66           "UIKit",
67           "MessageUI"
68         ]
69       },
70       "dependencies": {
71         "JEToolkit/JEToolkit": [
73         ]
74       }
75     },
76     {
77       "name": "JEDispatch",
78       "source_files": "JEToolkit/JEDispatch/**/*.{h,m,c}",
79       "ios": {
80         "frameworks": "Foundation"
81       },
82       "dependencies": {
83         "JEToolkit/JEToolkit": [
85         ],
86         "JEToolkit/JEDebugging": [
88         ],
89         "JEToolkit/JESynthesize": [
91         ]
92       }
93     },
94     {
95       "name": "JEKeychain",
96       "source_files": "JEToolkit/JEKeychain/**/*.{h,m,c}",
97       "ios": {
98         "frameworks": "Foundation"
99       },
100       "dependencies": {
101         "JEToolkit/JEToolkit": [
103         ],
104         "JEToolkit/JEDebugging": [
106         ]
107       }
108     },
109     {
110       "name": "JEOrderedDictionary",
111       "source_files": "JEToolkit/JEOrderedDictionary/**/*.{h,m,c}",
112       "ios": {
113         "frameworks": "Foundation"
114       },
115       "dependencies": {
116         "JEToolkit/JEToolkit": [
118         ]
119       }
120     },
121     {
122       "name": "JEWeakCache",
123       "source_files": "JEToolkit/JEWeakCache/**/*.{h,m,c}",
124       "ios": {
125         "frameworks": "Foundation"
126       },
127       "dependencies": {
128         "JEToolkit/JEToolkit": [
130         ]
131       }
132     }
133   ]