blob: 9df0a1c4df06b988003047332c04ce26ded9764a [file] [log] [blame]
{
"name": "FHXPhotoSelect",
"version": "0.1.2",
"summary": "A short description of FHXPhotoSelect.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fenghanxu/FHXPhotoSelect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fenghanxu": "1162851277@qq.com"
},
"source": {
"git": "https://github.com/fenghanxu/FHXPhotoSelect.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"Sources/FHXPhotoSelect.h"
],
"source_files": [
"Sources/**",
"Sources/*/**",
"Sources/*/*/**"
],
"resource_bundles": {
"Asserts": [
"Asserts.bundle/*.png"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Photos"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
}
}