[Add] JLBlueLink 1.0.0
[CocoaPods.git] / Specs / d / 1 / 2 / SwiftyVK / 3.4.2 / SwiftyVK.podspec.json
blobb052e149ff48921beb2ce522d8273974b6ce2b9f
2   "name": "SwiftyVK",
3   "version": "3.4.2",
4   "summary": "Easy and powerful way to interact with VK API for iOS and macOS",
5   "homepage": "https://github.com/SwiftyVK/SwiftyVK",
6   "authors": {
7     "Alexey Kudryavtsev": "westor@me.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE.txt"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "osx": "10.10",
16     "ios": "8.0"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/SwiftyVK/SwiftyVK.git",
21     "tag": "3.4.2"
22   },
23   "source_files": "Library/Sources/**/*.*",
24   "ios": {
25     "source_files": "Library/UI/iOS/**/*.*",
26     "resources": "Library/Resources/Bundles/SwiftyVK_resources_iOS.bundle"
27   },
28   "osx": {
29     "source_files": "Library/UI/macOS/**/*.*",
30     "resources": "Library/Resources/Bundles/SwiftyVK_resources_macOS.bundle"
31   },
32   "static_framework": false,
33   "swift_version": "5.0"