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