[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 2 / 5 / KJEmitterView / 7.1.4 / KJEmitterView.podspec.json
blob82121c6f1cb766dc7c8706984a60b7f6a038ee86
2   "name": "KJEmitterView",
3   "version": "7.1.4",
4   "summary": "77 Tools",
5   "homepage": "https://github.com/yangKJ/KJEmitterView",
6   "license": "Copyright (c) 2018 yangkejun",
7   "authors": {
8     "77": "ykj310@126.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://github.com/yangKJ/KJEmitterView.git",
15     "tag": "7.1.4"
16   },
17   "social_media_url": "https://www.jianshu.com/u/c84c00476ab6",
18   "requires_arc": true,
19   "static_framework": true,
20   "default_subspecs": "Categories",
21   "ios": {
22     "source_files": "Sources/KJEmitterHeader.h"
23   },
24   "deprecated": true,
25   "subspecs": [
26     {
27       "name": "Categories",
28       "source_files": "Sources/Categories/_CommonHeader.h",
29       "subspecs": [
30         {
31           "name": "UIKit",
32           "source_files": "Sources/Categories/UIKit/**/*.{h,m}"
33         },
34         {
35           "name": "Foundation",
36           "source_files": "Sources/Categories/Foundation/**/*.{h,m}"
37         }
38       ]
39     },
40     {
41       "name": "Kit",
42       "source_files": "Sources/Kit/**/*.{h,m}",
43       "resources": "Sources/Kit/**/*.{bundle}",
44       "dependencies": {
45         "KJEmitterView/Categories": [
47         ]
48       }
49     },
50     {
51       "name": "Foundation",
52       "source_files": "Sources/Foundation/**/*.{h,m}"
53     },
54     {
55       "name": "Language",
56       "source_files": "Sources/Language/**/*.{h,m}"
57     },
58     {
59       "name": "Opencv",
60       "source_files": "Sources/Opencv/**/*.{h,mm}",
61       "dependencies": {
62         "OpenCV": [
63           "~> 4.1.0"
64         ]
65       },
66       "pod_target_xcconfig": {
67         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
68       },
69       "user_target_xcconfig": {
70         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
71       }
72     },
73     {
74       "name": "LeetCode",
75       "source_files": "Sources/LeetCode/**/*.{h,m}"
76     },
77     {
78       "name": "Control",
79       "source_files": "Sources/Control/**/*.{h,m}",
80       "frameworks": "QuartzCore"
81     },
82     {
83       "name": "Classes",
84       "source_files": "Sources/Classes/**/*.{h,m}",
85       "resources": "Sources/Classes/**/*.{bundle}"
86     }
87   ]