blob: bfbd62df6478ff4761ca88124f412200c99455ea [file] [log] [blame]
{
"name": "VK",
"version": "1.1.2",
"summary": "vk.com api on swift",
"description": "vk.com api on swift. decodable, moya, rxswift",
"homepage": "https://github.com/iwheelbuy/VK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iWheelBuy": "iwheelbuy@gmail.com"
},
"source": {
"git": "https://github.com/iwheelbuy/VK.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "VK/Core/**/*.swift"
},
{
"name": "Moya",
"source_files": [
"VK/Core/**/*.swift",
"VK/Moya/**/*.swift"
],
"exclude_files": "VK/Core/App/VK_App_Ext.swift",
"dependencies": {
"Moya/RxSwift": [
"~> 10.0.0"
]
}
}
]
}