[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / d / 1 / 9 / JEToolkit / 3.0.3 / JEToolkit.podspec.json
blob7cf272b0f735c1bfdff083fe276a9d18cc92cf67
2   "name": "JEToolkit",
3   "version": "3.0.3",
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": "3.0.3",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "8.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,swift}",
32       "ios": {
33         "frameworks": [
34           "Foundation",
35           "MobileCoreServices",
36           "UIKit"
37         ]
38       }
39     },
40     {
41       "name": "JEDebugging",
42       "source_files": "JEToolkit/JEDebugging/**/*.{h,m,c,swift}",
43       "ios": {
44         "frameworks": [
45           "Foundation",
46           "UIKit",
47           "MessageUI"
48         ]
49       },
50       "dependencies": {
51         "JEToolkit/JEToolkit": [
53         ]
54       }
55     },
56     {
57       "name": "JESettings",
58       "source_files": "JEToolkit/JESettings/**/*.{h,m,c}",
59       "ios": {
60         "frameworks": "Foundation"
61       }
62     },
63     {
64       "name": "JEOrderedDictionary",
65       "source_files": "JEToolkit/JEOrderedDictionary/**/*.{h,m,c}",
66       "ios": {
67         "frameworks": "Foundation"
68       }
69     },
70     {
71       "name": "JEWeakCache",
72       "source_files": "JEToolkit/JEWeakCache/**/*.{h,m,c}",
73       "ios": {
74         "frameworks": "Foundation"
75       }
76     }
77   ]