[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / d / 9 / Gramophone / 1.1 / Gramophone.podspec.json
blob7d25b5d220f3ea3a4b396322c40a91905bd19528
2   "name": "Gramophone",
3   "version": "1.1",
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.1"
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.6"
33     ]
34   },
35   "pushed_with_swift_version": "4.0"