blob: c2582e543f1e2a40dda233d6b7ac6cbc282879bd [file] [log] [blame]
{
"name": "EAImageModal",
"version": "1.0.0",
"summary": "An easy to use modal that displays an image",
"description": "Modal that displays an image loaded from URL.",
"homepage": "https://github.com/CoericK/EAImageModal",
"license": "MIT",
"authors": {
"Erick Arroyo": "erick@erickarroyo.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoericK/EAImageModal.git",
"tag": "1.0.0"
},
"source_files": [
"EAImageModal",
"EAImageModal/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"Kingfisher": [
"~> 4.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
}
}