[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 3 / 1 / SPRoutable / 0.8.1 / SPRoutable.podspec.json
blob8fc3da05b34d618642f1dddb33d8e341abbf3da8
2   "name": "SPRoutable",
3   "version": "0.8.1",
4   "summary": "基础的路由服务",
5   "homepage": "https://github.com/bigL055/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/bigL055/Routable.git",
15     "tag": "0.8.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "Sources/*/**",
22     "Sources/*/*/**",
23     "Sources/**"
24   ],
25   "public_header_files": [
26     "Sources/Routable.h"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "YYCache": [
32     ],
33     "AnyFormatProtocol": [
35     ]
36   },
37   "pod_target_xcconfig": {
38     "SWIFT_VERSION": "4.0"
39   }