blob: 3446f1983ebfcd765926864687066aa4119df054 [file] [log] [blame]
{
"name": "GCTPhotosPicker",
"version": "0.0.1",
"summary": "图片选择组件",
"description": "基于 iOS Photos 的图片选择组件:\n高度支持自定义 UI;\n支持滑动选择图片。",
"homepage": "https://github.com/GCTec/GCTPhotosPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Later": "lshxin89@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/GCTec/GCTPhotosPicker.git",
"tag": "0.0.1"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"frameworks": [
"UIKit",
"Foundation",
"Photos"
],
"requires_arc": true,
"public_header_files": "GCTPhotosPicker/Classes/*.h",
"source_files": "GCTPhotosPicker/Classes/*.{h,m}",
"resource_bundles": {
"GCTPhotosPickerAsset": "GCTPhotosPicker/Resource/*.xcassets"
}
}