blob: 7cda1db82ee11cb6549156a758f6ed4aef173538 [file] [log] [blame]
{
"name": "Typewriter",
"version": "0.1.0",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"summary": "Provides the ability to enter text by simulating key presses.",
"homepage": "https://github.com/rdavies/Typewriter",
"authors": {
"Ryan Davies": "ryan@ryandavies.net"
},
"source": {
"git": "https://github.com/rdavies/Typewriter.git",
"tag": "0.1.0"
},
"source_files": "Typewriter/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Handsy": [
"~> 0.1.0"
]
}
}