[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 6 / 8 / FHXNewsCell / 0.1.0 / FHXNewsCell.podspec.json
blobf6741f116695d1822d9edaa08b2f7b10606d27a8
2   "name": "FHXNewsCell",
3   "version": "0.1.0",
4   "summary": "A short description of FHXNewsCell.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fenghanxu/FHXNewsCell",
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/FHXNewsCell.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   "resource_bundles": {
32     "Asserts": [
33       "Asserts.bundle/*.png"
34     ]
35   },
36   "requires_arc": true,
37   "frameworks": "UIKit",
38   "dependencies": {
39     "SnapKit": [
41     ],
42     "FHXColorAndFont": [
44     ],
45     "FHXKit": [
47     ]
48   },
49   "pod_target_xcconfig": {
50     "SWIFT_VERSION": "4.0"
51   }