| { |
| "name": "JLOperation", |
| "version": "0.1.0", |
| "summary": "NSOperation with async task and callbacks.", |
| "description": "This library is based on NSOperation. Some useful functionality is added, such as async operations and callback by block or delegate.", |
| "homepage": "https://github.com/buhikon/JLOperation", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Joey L.": "slarinz@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/buhikon/JLOperation.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "JLOperation/Classes/**/*" |
| } |