blob: b66637631b02cca5375938028e36f5cd40c15579 [file] [log] [blame]
{
"name": "EMWebImagePicker",
"version": "0.2",
"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.2"
},
"source_files": "EMWebImagePicker/*.{h,m}",
"resources": "EMWebImagePicker/*.png",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~>3.5"
],
"DACircularProgress": [
"~>2.1.0"
]
}
}