| { |
| "name": "JTScrollViewController", |
| "version": "1.0.3", |
| "summary": "Create ScrollViewController pragmatically using Auto Layout.", |
| "homepage": "https://github.com/jonathantribouharet/JTScrollViewController", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Jonathan Tribouharet": "jonathan.tribouharet@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/jonathantribouharet/JTScrollViewController.git", |
| "tag": "1.0.3" |
| }, |
| "source_files": "JTScrollViewController/*", |
| "requires_arc": true, |
| "dependencies": { |
| "Masonry": [ |
| "~> 0" |
| ] |
| } |
| } |