[Add] ThinkingDataAnalyticsExtension 1.0.1
[CocoaPods.git] / Specs / d / 5 / 0 / EAKit / 1.3.2 / EAKit.podspec.json
blob57c94fd8d85993c765971bf4dc563ac583caae71
2   "name": "EAKit",
3   "module_name": "EAKit",
4   "version": "1.3.2",
5   "summary": "A huge collection of native Swift extensions to boost your productivity.",
6   "homepage": "https://github.com/Meniny/EAKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Elias Abel": "admin@meniny.cn"
13   },
14   "social_media_url": "https://meniny.cn/",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/Meniny/EAKit.git",
22     "tag": "1.3.2"
23   },
24   "source_files": "EAKit/**/*.swift",
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "4.0"
27   },
28   "swift_version": "4.0",
29   "default_subspecs": [
30     "Core",
31     "Foundation",
32     "UIKit",
33     "AppKit",
34     "CoreLocation",
35     "CoreGraphics",
36     "Testing",
37     "sysctl",
38     "Runtime"
39   ],
40   "subspecs": [
41     {
42       "name": "Core",
43       "source_files": [
44         "EAKit/Core/**/*.swift",
45         "EAKit/SwiftStdlib/**/*.swift"
46       ]
47     },
48     {
49       "name": "Foundation",
50       "source_files": "EAKit/Foundation/**/*.swift",
51       "dependencies": {
52         "EAKit/Core": [
54         ]
55       }
56     },
57     {
58       "name": "UIKit",
59       "source_files": "EAKit/UIKit/**/*.swift",
60       "dependencies": {
61         "EAKit/Core": [
63         ]
64       }
65     },
66     {
67       "name": "AppKit",
68       "source_files": "EAKit/AppKit/**/*.swift",
69       "dependencies": {
70         "EAKit/Core": [
72         ]
73       }
74     },
75     {
76       "name": "CoreGraphics",
77       "source_files": "EAKit/CoreGraphics/**/*.swift",
78       "dependencies": {
79         "EAKit/Core": [
81         ]
82       }
83     },
84     {
85       "name": "CoreLocation",
86       "source_files": "EAKit/CoreLocation/**/*.swift",
87       "dependencies": {
88         "EAKit/Core": [
90         ]
91       }
92     },
93     {
94       "name": "Testing",
95       "source_files": "EAKit/Testing/**/*.swift"
96     },
97     {
98       "name": "sysctl",
99       "source_files": "EAKit/sysctl/**/*.swift"
100     },
101     {
102       "name": "Runtime",
103       "source_files": "EAKit/Runtime/**/*.swift"
104     }
105   ]