blob: c5ba3904dff9433235974ba52edab33724c6f33f [file] [log] [blame]
{
"name": "FHXMaps",
"version": "0.1.0",
"summary": "A short description of FHXMaps.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fenghanxuSwift/FHXMaps",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fenghanxuSwift": "384170231@qq.com"
},
"source": {
"git": "https://github.com/fenghanxuSwift/FHXMaps.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"Sources/**/*.h",
"Sources/*/**/*.h",
"Sources/*/*/**/*.h"
],
"source_files": [
"Sources/**",
"Sources/*/**",
"Sources/*/*/**"
],
"resource_bundles": {
"Asserts": [
"Asserts.bundle/*.png"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation",
"MapKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}