blob: 0840dddc9c4c34a65fbf98e265fb7a2914c19d30 [file] [log] [blame]
{
"name": "PhotoPickerKit",
"version": "0.4.2.1",
"summary": "Image selector with swift (iPhone and iPad) for swift4.",
"description": "Image selector with swift (iPhone and iPad) for swift4.2",
"homepage": "https://github.com/121372288/PhotoPicker",
"license": "MIT",
"authors": {
"121372288": "121372288@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/121372288/PhotoPicker.git",
"tag": "0.4.2.0"
},
"swift_version": "4.2",
"source_files": [
"PhotoPicker/*",
"PhotoPicker/**/*",
"PhotoPicker/*.Bundle"
],
"public_header_files": [
"PhotoPicker/PhotoPicker.h"
],
"exclude_files": "PhotoPicker/Info.plist",
"frameworks": [
"UIKit",
"Foundation",
"Photos",
"AVFoundation",
"AVKit"
],
"requires_arc": true
}