blob: 9f0fdd0f415d6395a0a1ab92782fd638ee18ba9d [file] [log] [blame]
{
"name": "VK-ios-sdk",
"version": "1.0.9.1",
"summary": "Library for working with VK.",
"homepage": "https://vk.com/dev/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.0.9.1"
},
"source_files": "sdk/**/*.{h,m}",
"public_header_files": "sdk/**/*.h",
"resources": "VKSdkResources.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}