blob: e4a2117764d0e2cc77e7ab2fae4e3c1509531506 [file] [log] [blame]
{
"name": "FHXPreviewVC",
"version": "0.1.0",
"summary": "A short description of FHXPreviewVC.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fenghanxu/FHXPreviewVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fenghanxu": "1162851277@qq.com"
},
"source": {
"git": "https://github.com/fenghanxu/FHXPreviewVC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"Sources/**/*.h",
"Sources/*/**/*.h",
"Sources/*/*/**/*.h"
],
"source_files": [
"Sources/**",
"Sources/*/**",
"Sources/*/*/**"
],
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
],
"Kingfisher": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}