blob: 7436444b4e7601a9cb9750a540a4bd069c1f1bbf [file] [log] [blame]
{
"name": "EmailPicker",
"version": "1.0.1",
"summary": "A viewcontroller to select emails, written in Swift 3.",
"description": "A viewcontroller that enables users to select emails from a list of their contacts, or type them in manually. 100% Swift.",
"homepage": "https://github.com/dockwa/EmailPicker",
"license": "MIT",
"authors": {
"Christian Hatch": "christianhatch@gmail.com"
},
"source": {
"git": "https://github.com/dockwa/EmailPicker.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/commodoreftp",
"platforms": {
"ios": "8.0"
},
"source_files": "EmailPicker/Classes/**/*",
"dependencies": {
"CLTokenInputView": [
],
"APAddressBook": [
]
},
"pushed_with_swift_version": "3.0"
}