blob: 022ed7ad9590b46f19568b8dcb31a63da5ba12d8 [file] [log] [blame]
{
"name": "VK-ios-sdk",
"version": "1.0.6.5",
"summary": "Library for working with VK.",
"homepage": "https://vk.com/dev/ios_sdk",
"license": "MIT",
"authors": {
"Roman Truba": "dreddkr@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/VKCOM/vk-ios-sdk.git",
"tag": "1.0.6.5"
},
"source_files": "sdk/**/*.{h,m}",
"public_header_files": "sdk/**/*.h",
"resources": "sdk/SDK resources/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}