blob: 153f5e5922d140b05bb04c0531d4f56c4eac369e [file] [log] [blame]
{
"name": "SwiftAssetsPickerController",
"version": "0.1.1",
"summary": "Assets Picker Controller",
"description": "Simple assets picker controller based on iOS 8 Photos framework. Supports iCloud photos and videos. It's written in Swift.",
"homepage": "https://github.com/maximbilan/SwiftAssetsPickerController",
"license": {
"type": "MIT"
},
"authors": {
"Maxim Bilan": "maximb.mail@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/maximbilan/SwiftAssetsPickerController.git",
"tag": "0.1.1"
},
"source_files": [
"Classes",
"SwiftAssetsPickerController/Sources/**/*.{swift}"
],
"resources": "SwiftAssetsPickerController/Resources/*.*",
"requires_arc": true,
"dependencies": {
"CheckMarkView": [
]
}
}