blob: b2a27f411e37b9e2cab194079740509adaeecf48 [file] [log] [blame]
{
"name": "PhotoPickerKit",
"version": "0.5.0",
"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.5.0"
},
"swift_versions": "5.0",
"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
}