[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 0 / 5 / f / VIMNetworking / 5.6.2 / VIMNetworking.podspec.json
blobee6ea1263694862fe49e5688a9395ebf808c3585
2   "name": "VIMNetworking",
3   "version": "5.6.2",
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": "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.2"
27   },
28   "source_files": [
29     "VIMNetworking",
30     "VIMNetworking/**/*.{h,m}"
31   ],
32   "frameworks": [
33     "Foundation",
34     "UIKit",
35     "Security",
36     "CoreGraphics",
37     "AVFoundation"
38   ],
39   "requires_arc": true,
40   "subspecs": [
41     {
42       "name": "AFNetworking",
43       "dependencies": {
44         "AFNetworking": [
45           "~> 2.6.1"
46         ]
47       }
48     },
49     {
50       "name": "VIMObjectMapper",
51       "dependencies": {
52         "VIMObjectMapper": [
53           "~> 5.6"
54         ]
55       }
56     }
57   ]