[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 5 / 3 / JJEx / 0.1.8 / JJEx.podspec.json
blob5efb9ef06f9d76e3e645d65e8a144995a673d5c3
2   "name": "JJEx",
3   "version": "0.1.8",
4   "summary": "UIKit Extension",
5   "description": "UIKit Extension 扩展",
6   "homepage": "https://github.com/manfengjun/JJEx",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liufengjun": "chinafengjun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/manfengjun/JJEx.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Extension",
24       "dependencies": {
25         "Hue": [
27         ],
28         "DeviceKit": [
30         ]
31       },
32       "source_files": "JJEx/Classes/Extension/**/*"
33     },
34     {
35       "name": "BadgeLabel",
36       "dependencies": {
37         "JJEx/Extension": [
39         ]
40       },
41       "source_files": "JJEx/Classes/BadgeLabel/**/*"
42     },
43     {
44       "name": "Base",
45       "dependencies": {
46         "JJEx/Extension": [
48         ]
49       },
50       "source_files": "JJEx/Classes/Base/**/*"
51     },
52     {
53       "name": "Date",
54       "dependencies": {
55         "SwiftDate": [
57         ]
58       },
59       "source_files": "JJEx/Classes/Date/**/*"
60     }
61   ]