blob: 7518ec6cf820d8c156a907d011429a10e33fa5ea [file] [log] [blame]
{
"name": "VKClient",
"version": "0.0.2",
"summary": "A basic VK SDK for sharing images and docs to vk.com. Relies on AFNetworking.",
"homepage": "https://github.com/BlueBirdTouch/vk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kirill Ivonin": "kirill.ivonin@gmail.com",
"Victor Kinelev": "victor@bluebirdtouch.com"
},
"source": {
"git": "https://github.com/BlueBirdTouch/vk.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.1"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.1"
]
}
}