[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 1 / 4 / JTScrollViewController / 1.0.4 / JTScrollViewController.podspec.json
blob0ff606c974dd06ff9f4f4f6f58d2ef45d5adfa99
2   "name": "JTScrollViewController",
3   "version": "1.0.4",
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.4"
18   },
19   "source_files": "JTScrollViewController/*",
20   "requires_arc": true,
21   "dependencies": {
22     "Masonry": [
23       "~> 0"
24     ]
25   }