blob: c0aa4ae29662a1f52498fd9a0cf05065b4e7a1a6 [file] [log] [blame]
{
"name": "ImageSelectGit",
"version": "0.1.0",
"summary": "我写的图片选择器",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/fenghanxu/ImageSelectGit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fenghanxu": "1162851277@qq.com"
},
"source": {
"git": "https://github.com/fenghanxu/ImageSelectGit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"Source/ImageSelectGit.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"
}
}