[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / f / VIMNetworking / 6.0.1 / VIMNetworking.podspec.json
blob86370dd64d7c8d33ac184f5b1ee759c4f5eb40a4
2   "name": "VIMNetworking",
3   "version": "6.0.1",
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.",
6   "homepage": "https://github.com/vimeo/VIMNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Alfie Hanssen": "alfie@vimeo.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/vimeoapi",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "source": {
26     "git": "https://github.com/vimeo/VIMNetworking.git",
27     "tag": "6.0.1"
28   },
29   "source_files": "VIMNetworking/**/*.{h,m}",
30   "frameworks": [
31     "Foundation",
32     "UIKit",
33     "Security"
34   ],
35   "dependencies": {
36     "AFNetworking": [
37       "2.6.3"
38     ],
39     "VIMObjectMapper": [
40       "6.0.1"
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "Model",
46       "source_files": "VIMNetworking/Model/*.{h,m}",
47       "frameworks": [
48         "Foundation",
49         "CoreGraphics",
50         "AVFoundation"
51       ],
52       "dependencies": {
53         "VIMObjectMapper": [
54           "6.0.1"
55         ]
56       }
57     }
58   ]