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