blob: fce574051db6eec6e33479544aada6bc5d0a23f1 [file] [log] [blame]
{
"name": "LocationRow",
"version": "1.0.0",
"summary": "LocationRow is a Eureka custom row that allows you to search and select an address or location of interest.",
"homepage": "https://github.com/chamitha/LocationRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chamitha Wijesekera": "chamitha@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/chamitha/LocationRow.git",
"tag": "1.0.0"
},
"source_files": "LocationRow/**/*.{swift}",
"resource_bundles": {
"LocationRow": [
"LocationRow/**/*.{xib,xcassets,json,imageset,png}"
]
},
"swift_version": "4.2",
"requires_arc": true,
"dependencies": {
"Eureka": [
"~> 4.3"
]
}
}