blob: 28462ddde19c1e53788e0321c4c1b2e6065c30ce [file] [log] [blame]
{
"name": "VK-ios-sdk",
"version": "1.3.4",
"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.4"
},
"source_files": "library/source/**/*.{h,m}",
"public_header_files": "library/source/**/*.h",
"resources": "VKSdkResources.bundle",
"frameworks": [
"Foundation",
"UIKit",
"SafariServices"
],
"requires_arc": true
}