blob: e547d08d989071cc0f3eb96cfa52117e2f82c341 [file] [log] [blame]
{
"name": "PostalAddressRow",
"version": "1.0.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": "1.0.0"
},
"social_media_url": "https://twitter.com/EurekaCommunity",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*.{swift}"
},
"resource_bundles": {
"PostalAddressRow": [
"Sources/**/*.xib"
]
},
"dependencies": {
"Eureka": [
"~> 2.0.0-beta.1"
]
}
}