[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 1 / 9 / JEToolkit / 3.5.0 / JEToolkit.podspec.json
blob2d0c6d887852eee503821659841d77071e547692
2   "name": "JEToolkit",
3   "version": "3.5.0",
4   "swift_version": "4.1",
5   "summary": "iOS Utilities",
6   "homepage": "https://github.com/JohnEstropia/JEToolkit",
7   "license": "MIT",
8   "authors": {
9     "John Rommel Estropia": "rommel.estropia@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/JohnEstropia/JEToolkit.git",
13     "tag": "3.5.0",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "public_header_files": "JEToolkit/*.h",
20   "source_files": "JEToolkit/JEToolkit.h",
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "MobileCoreServices",
25       "UIKit"
26     ]
27   },
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "JEToolkit",
32       "source_files": "JEToolkit/JEToolkit/**/*.{h,m,c,swift}",
33       "ios": {
34         "frameworks": [
35           "Foundation",
36           "MobileCoreServices",
37           "UIKit"
38         ]
39       }
40     },
41     {
42       "name": "JEDebugging",
43       "source_files": "JEToolkit/JEDebugging/**/*.{h,m,c,swift}",
44       "ios": {
45         "frameworks": [
46           "Foundation",
47           "UIKit",
48           "MessageUI"
49         ]
50       },
51       "dependencies": {
52         "JEToolkit/JEToolkit": [
54         ]
55       }
56     },
57     {
58       "name": "JESettings",
59       "source_files": "JEToolkit/JESettings/**/*.{h,m,c}",
60       "ios": {
61         "frameworks": "Foundation"
62       }
63     },
64     {
65       "name": "JEOrderedDictionary",
66       "source_files": "JEToolkit/JEOrderedDictionary/**/*.{h,m,c}",
67       "ios": {
68         "frameworks": "Foundation"
69       }
70     },
71     {
72       "name": "JEWeakCache",
73       "source_files": "JEToolkit/JEWeakCache/**/*.{h,m,c}",
74       "ios": {
75         "frameworks": "Foundation"
76       }
77     }
78   ]