blob: f7551500de29f30a40e5be6c811f39730bdfeb2e [file] [log] [blame]
{
"name": "LightweightPickerController",
"version": "0.1.0",
"summary": "Controller to pick and crop media. Writte in Swift.",
"description": "Lightweight piker controller that allows to pick different media types from different sources and crop images.",
"homepage": "https://github.com/anatoliyv/lightweight-picker-controller",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anatoliy Voropay": "anatoliy.voropay@gmail.com"
},
"source": {
"git": "https://github.com/anatoliyv/lightweight-picker-controller.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/anatoliy_v",
"platforms": {
"ios": "9.0"
},
"source_files": "LightweightPickerController/Classes/**/*",
"frameworks": [
"UIKit",
"AssetsLibrary",
"Photos",
"MobileCoreServices"
],
"pushed_with_swift_version": "3.0"
}