[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 2 / 5 / KJEmitterView / 4.3.1 / KJEmitterView.podspec.json
blob1885535628ca6c61fe2e5cefaaa216b6793ddb77
2   "name": "KJEmitterView",
3   "version": "4.3.1",
4   "summary": "Some iOS Emitter",
5   "homepage": "https://github.com/yangKJ/KJEmitterView",
6   "license": "Copyright (c) 2018 yangkejun",
7   "authors": {
8     "77": "393103982@qq.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://github.com/yangKJ/KJEmitterView.git",
15     "tag": "4.3.1"
16   },
17   "social_media_url": "https://www.jianshu.com/u/c84c00476ab6",
18   "requires_arc": true,
19   "default_subspecs": "Kit",
20   "ios": {
21     "source_files": "KJEmitterView/KJEmitterHeader.h"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "QuartzCore",
27     "Accelerate"
28   ],
29   "deprecated": true,
30   "subspecs": [
31     {
32       "name": "Kit",
33       "source_files": "KJEmitterView/Kit/**/*.{h,m}",
34       "public_header_files": [
35         "KJEmitterView/Kit/*.h",
36         "KJEmitterView/Kit/**/*.h"
37       ]
38     },
39     {
40       "name": "Control",
41       "source_files": "KJEmitterView/Control/**/*.{h,m}",
42       "public_header_files": [
43         "KJEmitterView/Control/**/*.h",
44         "KJEmitterView/Control/*.h"
45       ],
46       "dependencies": {
47         "KJEmitterView/Kit": [
49         ]
50       }
51     },
52     {
53       "name": "Classes",
54       "source_files": "KJEmitterView/Classes/**/*.{h,m}",
55       "public_header_files": [
56         "KJEmitterView/Classes/**/*.h",
57         "KJEmitterView/Classes/*.h"
58       ],
59       "resources": "KJEmitterView/Classes/**/*.{bundle}",
60       "dependencies": {
61         "KJEmitterView/Kit": [
63         ]
64       }
65     },
66     {
67       "name": "Function",
68       "source_files": "KJEmitterView/Foundation/**/*.{h,m}",
69       "public_header_files": [
70         "KJEmitterView/Foundation/*.h",
71         "KJEmitterView/Foundation/**/*.h"
72       ],
73       "dependencies": {
74         "KJEmitterView/Kit": [
76         ]
77       }
78     }
79   ]