[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 5 / d / 9 / Gramophone / 1.0 / Gramophone.podspec.json
blobac970915c5304884f921b712cb4d0bffcee9ac37
2   "name": "Gramophone",
3   "version": "1.0",
4   "summary": "Gramophone is a swifty wrapper of the Instagram API",
5   "homepage": "https://github.com/jverdi/Gramophone",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jared Verdi": "jared@jaredverdi.com"
12   },
13   "social_media_url": "http://twitter.com/jverdi",
14   "source": {
15     "git": "https://github.com/jverdi/Gramophone.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "Source/*.swift",
20     "Source/Client/*.swift",
21     "Source/Model/*.swift",
22     "Source/Resources/*.swift"
23   ],
24   "platforms": {
25     "ios": "9.0"
26   },
27   "dependencies": {
28     "Result": [
29       "~> 3.2"
30     ],
31     "Decodable": [
32       "~> 0.5"
33     ]
34   },
35   "pushed_with_swift_version": "3.1"