[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 5 / f / VIMNetworking / 5.5.1 / VIMNetworking.podspec.json
blob40085d9906b02f45b8f0f92c95128f311da1db88
2   "name": "VIMNetworking",
3   "version": "5.5.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.\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   },
14   "social_media_url": "http://twitter.com/vimeo",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/vimeo/VIMNetworking.git",
20     "tag": "5.5.1"
21   },
22   "source_files": [
23     "VIMNetworking",
24     "VIMNetworking/**/*.{h,m}"
25   ],
26   "exclude_files": "VIMNetworking/Exclude",
27   "frameworks": "Foundation",
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "AFNetworking",
32       "dependencies": {
33         "AFNetworking": [
34           "~> 2.5.4"
35         ]
36       }
37     },
38     {
39       "name": "VIMObjectMapper",
40       "dependencies": {
41         "VIMObjectMapper": [
42           "~> 5.5"
43         ]
44       }
45     }
46   ]