[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 4 / 7 / VKClient / 0.0.2 / VKClient.podspec.json
blob7518ec6cf820d8c156a907d011429a10e33fa5ea
2   "name": "VKClient",
3   "version": "0.0.2",
4   "summary": "A basic VK SDK for sharing images and docs to vk.com. Relies on AFNetworking.",
5   "homepage": "https://github.com/BlueBirdTouch/vk",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kirill Ivonin": "kirill.ivonin@gmail.com",
12     "Victor Kinelev": "victor@bluebirdtouch.com"
13   },
14   "source": {
15     "git": "https://github.com/BlueBirdTouch/vk.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "5.1"
20   },
21   "source_files": "*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 1.3.1"
26     ]
27   }