blob: 3b6d4bad39a600be011a7868c385e72798a5ebb3 [file] [log] [blame]
{
"name": "FHXRoutable",
"version": "0.1.0",
"summary": "A short description of FHXRoutable.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fenghanxu/FHXRoutable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fenghanxu": "1162851277@qq.com"
},
"source": {
"git": "https://github.com/fenghanxu/FHXRoutable.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",
"Foundation"
],
"dependencies": {
"FHXRoutableAssist": [
],
"FHXKit": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
}
}