blob: aef54c2d5255d0eb4352eebaa779b7bb06ae2550 [file] [log] [blame]
{
"name": "EMWebImagePicker",
"version": "0.1",
"license": "MIT",
"summary": "An iOS Image picker for URL based images",
"homepage": "https://github.com/elliott-minns/EMWebImagePicker",
"platforms": {
"ios": "7.0"
},
"authors": {
"Elliott Minns": "elliott.minns@me.com"
},
"source": {
"git": "https://github.com/elliott-minns/EMWebImagePicker.git",
"tag": "0.1"
},
"source_files": "EMWebImagePicker/*.{h,m}",
"resources": "EMWebImagePicker/*.png",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~>3.5"
]
}
}