[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 4 / e / VKAudioToken / 0.0.1 / VKAudioToken.podspec.json
blobd3ef81c3e62e3580a4171f6976646e7e23f8d7c4
2   "name": "VKAudioToken",
3   "version": "0.0.1",
4   "summary": "Get vkontakte token for audio access (Swift)",
5   "description": "Get vkontakte token for audio access (Swift)\n\nThis code makes it possible to obtain VK token, that works for VK audio API, so you can query audio URIs. The code was obtained through reversing official VK client. VK login, VK password. No additional dependencies are required.",
6   "homepage": "http://lwts.ru",
7   "license": "GNU GPL v.3",
8   "authors": {
9     "MIKHAIL LUTSKII": "mikhail@lwts.ru"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/loutskiy/VK-Audio-Token-Swift.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "VKAudioToken",
20     "VKAudioToken/*.{h,m,swift}"
21   ],
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.8.0"
25     ],
26     "ObjectMapper": [
28     ]
29   },
30   "swift_versions": "5.0",
31   "swift_version": "5.0"