[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / e / JJSwiftLog / 0.0.2 / JJSwiftLog.podspec.json
blob2308811006d6102a408768a3185671a4830ff535
2   "name": "JJSwiftLog",
3   "version": "0.0.2",
4   "summary": "High performance swift log module.",
5   "description": "High performance swift log,support customer log.",
6   "homepage": "https://github.com/jezzmemo/JJSwiftLog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jezz": "lijie250@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jezzmemo/JJSwiftLog.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0"
25   ],
26   "default_subspecs": "Main",
27   "subspecs": [
28     {
29       "name": "Main",
30       "source_files": "JJSwiftLog/Source/*.{swift}"
31     },
32     {
33       "name": "Bugly",
34       "source_files": "JJSwiftLog/Source/Vendor/BuglyOutput.swift",
35       "vendored_frameworks": "JJSwiftLog/Source/VendorLibraries/Bugly/*.framework",
36       "dependencies": {
37         "JJSwiftLog/Main": [
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.0"