blob: 2f904ce85e626606398883a1bb5c31169933a89a [file] [log] [blame]
{
"name": "JDFIndexPathFinder",
"version": "1.0",
"summary": "A UIViewController category for getting the indexPath of a UITableView/UICollectionView from a cell's subview.",
"description": "JDFIndexPathFinder is a UIViewController category for getting the indexPath of a UITableView/UICollectionView from a cell's subview.",
"homepage": "https://github.com/JoeFryer/JDFIndexPathFinder",
"license": "MIT",
"authors": {
"Joe Fryer": "joe.d.fryer@gmail.com"
},
"source": {
"git": "https://github.com/JoeFryer/JDFIndexPathFinder.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/joefryer88",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}