blob: eb188199c8c8786d77f61b0975fc15b483779015 [file] [log] [blame]
{
"name": "VK-ios-sdk",
"version": "1.4",
"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.4"
},
"source_files": "library/source/**/*.{h,m}",
"public_header_files": "library/source/**/*.h",
"resources": [
"library/Resources/SdkAssetCatalog.xcassets",
"library/Resources/*.lproj"
],
"frameworks": [
"Foundation",
"UIKit",
"SafariServices",
"CoreGraphics",
"Security"
],
"requires_arc": true
}