blob: 3e2f5e4878ece5ad3f14330c9bb5f3be59c55644 [file] [log] [blame]
{
"name": "OMGImagePicker",
"version": "1.0.1",
"summary": "A image picker library.",
"description": "A simple image picker view controller for swift 3",
"homepage": "https://github.com/NSObjects/OMGImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NSObjects": "mrqter@gmail.com"
},
"source": {
"git": "https://github.com/NSObjects/OMGImagePicker.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OMGImagePicker/Classes/**/*.swift",
"resource_bundles": {
"OMGImagePicker": [
"OMGImagePicker/Assets/*.png"
]
},
"frameworks": "Photos",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}