blob: e5f7eaae5d5209a5dab896f5274ffe14fc632190 [file] [log] [blame]
{
"name": "JTScrollViewController",
"version": "0.1.0",
"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": "0.1.0"
},
"source_files": "JTScrollViewController/*",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.5.0"
]
}
}