blob: e9fd7a980cbb1d83b4c2de259361b183ad95e659 [file] [log] [blame]
{
"name": "SWAutoComplateEmailView",
"version": "0.1.0",
"summary": "Email address auto completion.",
"description": "Auto complete email address while inputting. A subview of UIScrollView.",
"homepage": "https://github.com/CrazySugar/SWAutoComplateEmailView",
"license": "MIT",
"authors": {
"sugar": "w90826@gmail.com"
},
"source": {
"git": "https://github.com/CrazySugar/SWAutoComplateEmailView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SWAutoComplateEmailView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"TTTAttributedLabel": [
]
}
}