blob: 2b2e0f3749b59249195876f9463254a3c7f5ff37 [file] [log] [blame]
{
"name": "VK-ios-sdk",
"version": "1.5.1",
"summary": "Library for working with VK.",
"homepage": "https://github.com/VKCOM/vk-ios-sdk",
"license": "MIT",
"authors": {
"Roman Truba": "dreddkr@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/VKCOM/vk-ios-sdk.git",
"tag": "1.5.1"
},
"source_files": "library/source/**/*.{h,m}",
"public_header_files": "library/source/**/*.h",
"resource_bundles": {
"VKSdkResources": [
"library/Resources/SdkAssetCatalog.xcassets",
"library/Resources/*.lproj"
]
},
"frameworks": [
"Foundation",
"UIKit",
"SafariServices",
"CoreGraphics",
"Security"
],
"requires_arc": true
}