[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 9 / 1 / 4 / JTScrollViewController / 1.0.2 / JTScrollViewController.podspec.json
blobc6db960c29ba71b4b303522ce1981daf6f62c3c6
2   "name": "JTScrollViewController",
3   "version": "1.0.2",
4   "summary": "Create ScrollViewController pragmatically using Auto Layout.",
5   "homepage": "https://github.com/jonathantribouharet/JTScrollViewController",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Jonathan Tribouharet": "jonathan.tribouharet@gmail.com"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/jonathantribouharet/JTScrollViewController.git",
17     "tag": "1.0.2"
18   },
19   "source_files": "JTScrollViewController/*",
20   "requires_arc": true,
21   "dependencies": {
22     "Masonry": [
23       "~> 0.5.0"
24     ]
25   }