blob: b341df390ae3e30ab00345871943d28ad3409d48 [file] [log] [blame]
{
"name": "PhotoSelectGit",
"version": "0.1.0",
"summary": "图片选择器",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fenghanxu/PhotoSelectGit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fenghanxu": "1162851277@qq.com"
},
"source": {
"git": "https://github.com/fenghanxu/PhotoSelectGit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"Source/PhotoSelectGit.h"
],
"source_files": [
"Source/**",
"Source/*/**",
"Source/*/*/**"
],
"resource_bundles": {
"Asserts": [
"Asserts.bundle/*.png"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Photos"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
}
}