blob: dcd5615ff3a326727d73a8cefbd7fa3b9a03ab65 [file] [log] [blame]
{
"name": "SwiftAssetsPickerController",
"version": "0.1",
"summary": "Assets Picker",
"description": "Swift assets picker based on Photos framework from iOS 8 SDK",
"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"
},
"source_files": [
"Classes",
"SwiftAssetsPickerController/Sources/**/*.{swift}"
],
"resources": "SwiftAssetsPickerController/Resources/*.*",
"requires_arc": true,
"dependencies": {
"CheckMarkView": [
"~> 0.2.2"
]
}
}