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