blob: 6b33dd1b72ea69d364dca6d6669003fcd9abbed2 [file] [log] [blame]
{
"name": "ILPMediaPicker",
"version": "0.0.1",
"summary": "A simple but efficient picker to select or create media items for iOS apps.",
"description": "ILPMediaPicker provides a simple way to select multiple images/video or create new ones using camera. It allows to define a prefered size for assets thumbnail.",
"homepage": "https://github.com/novajohn/ILPMediaPicker",
"license": "MIT",
"authors": {
"Evgeniy Novikov": "neovajohn@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/novajohn/ILPMediaPicker.git",
"tag": "v0.0.1"
},
"source_files": "ILPMediaPicker/**/*.{h,m}",
"public_header_files": "ILPMediaPicker/**/*.h",
"resources": [
"ILPMediaPicker/Resources/ILPMediaPicker.bundle",
"ILPMediaPicker/**/*.xib"
],
"frameworks": "UIKit",
"requires_arc": true
}