blob: 748407c41d5e45c4ebc40e7423438c74e5c45d8c [file] [log] [blame]
{
"name": "ILPMediaPicker",
"version": "0.0.2",
"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.\nIt 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.2"
},
"source_files": "ILPMediaPicker/**/*.{h,m}",
"public_header_files": "ILPMediaPicker/**/*.h",
"resources": [
"ILPMediaPicker/**/*.xib",
"ILPMediaPicker/Resources/ILPMediaPicker.bundle"
],
"frameworks": "UIKit",
"requires_arc": true
}