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