blob: 6a25e77f7c1d8a437ebfb8c09b76fb3976deab28 [file] [log] [blame]
{
"name": "VK-ios-sdk",
"version": "1.0.3",
"summary": "Library for working with VK.",
"homepage": "http://vk.com/dev/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.3"
},
"source_files": "sdk/**/*.h",
"public_header_files": "sdk/**/*.h",
"resources": "sdk/SDK resources/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}