blob: 5df4427eb3c1c9d96ecf0ca0b326bc5f6750bf1a [file] [log] [blame]
{
"name": "MVImagePicker",
"version": "1.0.3",
"summary": "MVImagePicker allows you to inject the photo library to your app",
"description": "MVImagePicker allows you to inject the photo library to your app and to pick images from it.\nThat is an attempt to create instagram-like image picker.",
"homepage": "https://github.com/mvetoshkin/MVImagePicker",
"screenshots": [
"https://cloud.githubusercontent.com/assets/882141/16874775/578cd18e-4aac-11e6-802e-dc614d92a52e.PNG",
"https://cloud.githubusercontent.com/assets/882141/16874806/7c261190-4aac-11e6-9103-19fb6d21965a.PNG"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mikhail Vetoshkin": "mvetoshkin@gmail.com"
},
"source": {
"git": "https://github.com/mvetoshkin/MVImagePicker.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MVImagePicker/Classes/**/*",
"resource_bundles": {
"MVImagePicker": [
"MVImagePicker/Assets/**/*.png"
]
},
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"SnapKit": [
]
}
}