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