[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 3 / 1 / SPRoutable / 0.9.9.1.alpha / SPRoutable.podspec.json
blob7709b3da3e646c5349ca44328116f5617599ceeb
2   "name": "SPRoutable",
3   "version": "0.9.9.1.alpha",
4   "license": "MIT",
5   "summary": "基础的路由服务",
6   "homepage": "https://github.com/linhay/Routable",
7   "authors": {
8     "linhey": "linheyhan.linhey@outlook.com"
9   },
10   "source": {
11     "git": "https://github.com/linhay/Routable.git",
12     "tag": "0.9.9.1.alpha"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0"
19   },
20   "source_files": [
21     "Sources/*.{swift,h}"
22   ],
23   "public_header_files": [
24     "Sources/Routable.h"
25   ],
26   "osx": {
27     "exclude_files": [
28       "Sources/Routale+UIKit.swift"
29     ]
30   },
31   "watchos": {
32     "exclude_files": [
33       "Sources/Routale+UIKit.swift"
34     ]
35   },
36   "tvos": {
37     "exclude_files": [
38       "Sources/Routale+UIKit.swift"
39     ]
40   },
41   "dependencies": {
42     "RoutableAssist": [
43       "0.2.2"
44     ]
45   },
46   "pod_target_xcconfig": {
47     "SWIFT_VERSION": "4.0"
48   },
49   "requires_arc": true