blob: d527ba4809f6d381660d77efaa1f0606488b4b0d [file] [log] [blame]
{
"name": "VK",
"version": "2.0.0",
"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": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0.3"
},
"default_subspecs": "Base",
"subspecs": [
{
"name": "Base",
"source_files": "VK/Base/**/*.swift"
}
]
}