blob: 898a78b6a165dddcf34dfc13ada9a5d0dacc720c [file] [log] [blame]
{
"name": "EmailPicker",
"version": "0.1.0",
"summary": "A viewcontroller to select emails, written in Swift.",
"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": "0.1.0"
},
"social_media_url": "https://twitter.com/commodoreftp",
"platforms": {
"ios": "8.0"
},
"source_files": "EmailPicker/Classes/**/*",
"dependencies": {
"CLTokenInputView": [
],
"APAddressBook": [
]
}
}