blob: b6d5ab9364f0e4ef07631c31683e4529cb87ff80 [file] [log] [blame]
{
"name": "PostalAddressRow",
"version": "2.2.0",
"summary": "An Eureka row that shows a series of UITextField's for the user to enter postal address information.",
"homepage": "https://github.com/EurekaCommunity/PostalAddressRow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xmartlabs SRL": "swift@xmartlabs.com"
},
"source": {
"git": "https://github.com/EurekaCommunity/PostalAddressRow.git",
"tag": "2.2.0"
},
"social_media_url": "https://twitter.com/EurekaCommunity",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*.{swift}"
},
"resource_bundles": {
"PostalAddressRow": [
"Sources/**/*.xib"
]
},
"dependencies": {
"Eureka": [
"~> 5.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}