blob: fbf996908d32dc99a69e731a9d761887637bb37a [file] [log] [blame]
{
"name": "SwiftyVK",
"version": "3.0.7",
"summary": "Easy and powerful way to interact with VK API for iOS and macOS",
"homepage": "https://github.com/SwiftyVK/SwiftyVK",
"authors": {
"Alexey Kudryavtsev": "westor@me.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"source": {
"git": "https://github.com/SwiftyVK/SwiftyVK.git",
"tag": "3.0.7"
},
"source_files": "Library/Sources/**/*.*",
"ios": {
"source_files": "Library/UI/iOS",
"resources": "Library/Resources/Bundles/SwiftyVK_resources_iOS.bundle"
},
"osx": {
"source_files": "Library/UI/macOS",
"resources": "Library/Resources/Bundles/SwiftyVK_resources_macOS.bundle"
},
"pushed_with_swift_version": "4.0"
}