blob: 8371a64beb5b80867c19d04fc3a57cd6738c2fc1 [file] [log] [blame]
{
"name": "SyNeNextResponder",
"version": "0.1.0",
"summary": "SyNeNextResponder makes ease of tabbing between a collection of UIResponders.",
"description": "SyNeNextResponder includes helper methods to coordinate tabbing between a collection of UIResponders (cells in a UICollectionView or UITableView).\n\nUse SyNeNextResponder to make ease of tabbing between each cell's UIResponder.",
"homepage": "https://github.com/shawnynicole/SyNeNextResponder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shawnynicole": "21274059+shawnynicole@users.noreply.github.com"
},
"source": {
"git": "https://github.com/shawnynicole/SyNeNextResponder.git",
"tag": "Release/0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SyNeNextResponder/**/*.{h,m,swift}"
}