| { |
| "name": "ISOnDemandTableView", |
| "version": "1.0.0", |
| "summary": "A standard implementation for on-demand content in tableView", |
| "description": "ISOnDemandTableView is a standard implementation for on-demand content in tableView that allows you to download content as you scroll", |
| "homepage": "https://github.com/Ilhasoft/ISOnDemandTableView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Dielson Sales": "dielson@ilhasoft.com.br" |
| }, |
| "source": { |
| "git": "https://github.com/Ilhasoft/ISOnDemandTableView.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/dielsonsaless", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": [ |
| "ISOnDemandTableView/*.h", |
| "ISOnDemandTableView/*.m" |
| ] |
| } |