[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 9 / 7 / 3 / WisdomProtocol / 0.3.1 / WisdomProtocol.podspec.json
blobcfc49c7e31c1a3a5c51c42e33e3fbc30370786bb
2   "name": "WisdomProtocol",
3   "version": "0.3.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "authors": {
9     "tangjianfeng": "497609288@qq.com"
10   },
11   "homepage": "https://github.com/tangjianfengVS/WisdomProtocol",
12   "source": {
13     "git": "https://github.com/tangjianfengVS/WisdomProtocol.git",
14     "tag": "0.3.1"
15   },
16   "summary": "A Protocol of Wisdom SDK",
17   "description": "A Protocol of Wisdom SDK. Support Class/Param/UIViewController/UIView router protocol. Support dictionary/Json, model coding conversion. Support OC/Swift Class timer timer/countdown task protocol. Support catch tracking OC/Swift Class run crash error, log trace. Support tracking UIViewController viewDidAppear/viewDidDisappear display time duration statistics.",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "5.5",
23     "5.6",
24     "5.7"
25   ],
26   "dependencies": {
27     "RCBacktrace": [
28       "0.1.7"
29     ]
30   },
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": [
36         "Source/Core/*.swift",
37         "Source/Core/*.{h,m}"
38       ]
39     },
40     {
41       "name": "Router",
42       "dependencies": {
43         "WisdomProtocol/Core": [
45         ]
46       },
47       "source_files": [
48         "Source/Router/*.swift",
49         "Source/Router/*.{h,m}"
50       ]
51     }
52   ],
53   "swift_version": "5.7"