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