blob: 557f82d5ec7b4f4302ecf8230cec4e19a59b4e94 [file] [log] [blame]
{
"name": "PhotoPickerKit",
"version": "0.4.2.4",
"summary": "Image selector",
"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.4"
},
"swift_version": "4.2",
"source_files": [
"PhotoPicker/**/*.swift",
"PhotoPicker/*.swift",
"PhotoPicker/PhotoPicker.h"
],
"public_header_files": [
"PhotoPicker/PhotoPicker.h"
],
"resources": "PhotoPicker/PhotoPicker.bundle",
"frameworks": [
"UIKit",
"Foundation",
"Photos",
"AVFoundation",
"AVKit"
],
"requires_arc": true
}