[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 1 / SPRoutable / 0.9.8 / SPRoutable.podspec.json
blobc7c5a1dc817a537719ac218be74bfb576a4efa6a
2   "name": "SPRoutable",
3   "version": "0.9.8",
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.8"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/Core/*.{swift,h}",
22   "dependencies": {
23     "RoutableAssist": [
25     ]
26   },
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4.0"
29   }