[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / f / VIMNetworking / 5.6 / VIMNetworking.podspec.json
blob3c40af56a1c17b5f584087b557f47977c4b21838
2   "name": "VIMNetworking",
3   "version": "5.6",
4   "summary": "The Vimeo iOS SDK",
5   "description": "                   VIMNetworking is an Objective-C library that enables interaction with the Vimeo API. It handles authentication, request submission and cancellation, and video upload. Advanced features include caching and powerful model object parsing.\n",
6   "homepage": "https://github.com/vimeo/VIMNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Alfie Hanssen": "alfiehanssen@gmail.com",
13     "Rob Huebner": "robh@vimeo.com",
14     "Gavin King": "gavin@vimeo.com",
15     "Kashif Muhammad": "support@vimeo.com",
16     "Andrew Whitcomb": "support@vimeo.com",
17     "Stephen Fredieu": "support@vimeo.com",
18     "Rahul Kumar": "support@vimeo.com"
19   },
20   "social_media_url": "http://twitter.com/vimeo",
21   "platforms": {
22     "ios": "7.0"
23   },
24   "source": {
25     "git": "https://github.com/vimeo/VIMNetworking.git",
26     "tag": "5.6"
27   },
28   "source_files": [
29     "VIMNetworking",
30     "VIMNetworking/**/*.{h,m}"
31   ],
32   "exclude_files": "VIMNetworking/Exclude",
33   "frameworks": [
34     "Foundation",
35     "UIKit",
36     "Security",
37     "CoreGraphics",
38     "AVFoundation"
39   ],
40   "requires_arc": true,
41   "subspecs": [
42     {
43       "name": "AFNetworking",
44       "dependencies": {
45         "AFNetworking": [
46           "~> 2.5.4"
47         ]
48       }
49     },
50     {
51       "name": "VIMObjectMapper",
52       "dependencies": {
53         "VIMObjectMapper": [
54           "~> 5.5.1"
55         ]
56       }
57     }
58   ]