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