blob: 8136f6c6abd556ca51f8485ae22a74cf2cd0aae6 [file] [log] [blame]
{
"name": "ImageRow",
"version": "1.0.0",
"summary": "Eureka row that allows us to take or select a picture.",
"homepage": "https://github.com/EurekaCommunity/ImageRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xmartlabs SRL": "swift@xmartlabs.com"
},
"source": {
"git": "https://github.com/EurekaCommunity/ImageRow.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/EurekaCommunity",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*.{swift}"
},
"dependencies": {
"Eureka": [
"~> 2.0.0-beta.1"
]
}
}