| { |
| "name": "GDTableView", |
| "version": "1.0.1", |
| "summary": "An extension of NSTableView.", |
| "description": "An extension of NSTableView that notifies the parent controller when the list reaches the end to add functionality to table views like 'load more'.", |
| "homepage": "https://github.com/alicin/GDTableView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ali Can Bardakci": "alicanbardakci@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/alican", |
| "platforms": { |
| "osx": "10.10" |
| }, |
| "source": { |
| "git": "https://github.com/alicin/GDTableView.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": [ |
| "GDTableView", |
| "GDTableView/**/*.{h,m,swift}" |
| ], |
| "exclude_files": "GDTableView/Exclude", |
| "pushed_with_swift_version": "3.0" |
| } |