[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 7 / 5 / FHXRoutable / 0.1.0 / FHXRoutable.podspec.json
blob3b6d4bad39a600be011a7868c385e72798a5ebb3
2   "name": "FHXRoutable",
3   "version": "0.1.0",
4   "summary": "A short description of FHXRoutable.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fenghanxu/FHXRoutable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fenghanxu": "1162851277@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fenghanxu/FHXRoutable.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": [
22     "Sources/**/*.h",
23     "Sources/*/**/*.h",
24     "Sources/*/*/**/*.h"
25   ],
26   "source_files": [
27     "Sources/**",
28     "Sources/*/**",
29     "Sources/*/*/**"
30   ],
31   "requires_arc": true,
32   "frameworks": [
33     "UIKit",
34     "Foundation"
35   ],
36   "dependencies": {
37     "FHXRoutableAssist": [
39     ],
40     "FHXKit": [
42     ]
43   },
44   "pod_target_xcconfig": {
45     "SWIFT_VERSION": "3.2"
46   }