blob: 4fb17112b006a2b9e6a7d36f0b9b3253b015f5eb [file] [log] [blame]
{
"name": "RHImgPicker",
"version": "0.1.0",
"summary": "A simple multiple image picker for iOS.",
"description": "A multiple image picker for iOS. (under construction)",
"homepage": "https://github.com/RizanHa/RHImgPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rizan Hamza": "rizan.hamza@outlook.com"
},
"source": {
"git": "https://github.com/RizanHa/RHImgPicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RHImgPicker/Classes/**/*",
"frameworks": [
"UIKit",
"Photos"
]
}