blob: ec0ba0b105dda47c2f969db2ec997b32ee441126 [file] [log] [blame]
{
"name": "VK-ios-sdk",
"version": "1.3.7",
"summary": "Library for working with VK.",
"homepage": "https://github.com/VKCOM/vk-ios-sdk",
"license": "MIT",
"authors": {
"Roman Truba": "dreddkr@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/VKCOM/vk-ios-sdk.git",
"tag": "1.3.7"
},
"source_files": "library/source/**/*.{h,m}",
"public_header_files": "library/source/**/*.h",
"resources": "VKSdkResources.bundle",
"frameworks": [
"Foundation",
"UIKit",
"SafariServices"
],
"requires_arc": true
}