[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / b / 5 / SwiftRoute / 0.0.1 / SwiftRoute.podspec.json
blobb880f01407571e0c585139e7e9153f3899b1486f
2   "name": "SwiftRoute",
3   "version": "0.0.1",
4   "summary": "A short description of SwiftRoute.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/jackiehu/SwiftRoute",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jackiehu": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/SwiftRoute.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "5.5",
23     "5.4",
24     "5.3",
25     "5.2",
26     "5.1",
27     "5.0"
28   ],
29   "requires_arc": true,
30   "frameworks": [
31     "UIKit",
32     "Foundation"
33   ],
34   "subspecs": [
35     {
36       "name": "Protocol",
37       "dependencies": {
38         "SwiftRoute/Tools": [
40         ]
41       },
42       "source_files": "Sources/SwiftRoute/Protocol/**/*"
43     },
44     {
45       "name": "Tools",
46       "source_files": "Sources/SwiftRoute/Tools/**/*"
47     },
48     {
49       "name": "Delegate",
50       "source_files": "Sources/SwiftRoute/Delegate/**/*"
51     }
52   ],
53   "swift_version": "5.5"