[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 3 / 1 / SPRoutable / 0.9.7 / SPRoutable.podspec.json
blob60fcd81a029d93aefe02fa30a79574e603e983a1
2   "name": "SPRoutable",
3   "version": "0.9.7",
4   "summary": "基础的路由服务",
5   "homepage": "https://github.com/linhay/Routable",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "linhey": "linheyhan.linhey@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/linhay/Routable.git",
15     "tag": "0.9.7"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Core/*.{swift,h}",
28       "dependencies": {
29         "RoutableAssist": [
31         ]
32       }
33     },
34     {
35       "name": "OC",
36       "source_files": "Sources/OC/*.{swift,h}",
37       "dependencies": {
38         "SPRoutable/Core": [
40         ]
41       }
42     }
43   ]