| { | |
| "name": "YLTableView", | |
| "version": "2.0.0", | |
| "license": "Apache V2", | |
| "summary": "Yelp iOS table view framework", | |
| "homepage": "https://github.com/Yelp/YLTableView", | |
| "authors": { | |
| "Yelp iOS Team": "iphone@yelp.com" | |
| }, | |
| "source": { | |
| "git": "https://git@github.com/Yelp/YLTableView.git", | |
| "tag": "v2.0.0" | |
| }, | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "public_header_files": "Classes/**/*.h", | |
| "source_files": "Classes/**/*.{h,m}" | |
| } |