[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 5 / f / VIMNetworking / 5.6.1.12 / VIMNetworking.podspec.json
blob1718142cbd8dd74c09306c9340cdf6b61e0013be
2   "name": "VIMNetworking",
3   "version": "5.6.1.12",
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   "requires_arc": true,
25   "source": {
26     "git": "https://github.com/vimeo/VIMNetworking.git",
27     "tag": "5.6.1.12"
28   },
29   "source_files": "VIMNetworking/VIMNetworking.h",
30   "frameworks": "Foundation",
31   "subspecs": [
32     {
33       "name": "Networking",
34       "source_files": "VIMNetworking/Networking/**/*.{h,m}",
35       "frameworks": [
36         "Foundation",
37         "UIKit"
38       ],
39       "dependencies": {
40         "VIMNetworking/Cache": [
42         ],
43         "VIMNetworking/Keychain": [
45         ],
46         "VIMNetworking/Model": [
48         ],
49         "VIMNetworking/Private": [
51         ],
52         "AFNetworking": [
54         ]
55       }
56     },
57     {
58       "name": "Private",
59       "source_files": "VIMNetworking/Private/**/*.{h,m}",
60       "frameworks": [
61         "Foundation",
62         "UIKit"
63       ],
64       "dependencies": {
65         "VIMNetworking/Model": [
67         ]
68       }
69     },
70     {
71       "name": "Cache",
72       "source_files": "VIMNetworking/Cache/VIMCache.{h,m}",
73       "frameworks": [
74         "Foundation",
75         "UIKit"
76       ]
77     },
78     {
79       "name": "Keychain",
80       "source_files": "VIMNetworking/Keychain/VIMKeychain.{h,m}",
81       "frameworks": [
82         "Foundation",
83         "Security"
84       ]
85     },
86     {
87       "name": "Model",
88       "source_files": "VIMNetworking/Model/*.{h,m}",
89       "frameworks": [
90         "Foundation",
91         "CoreGraphics",
92         "AVFoundation"
93       ],
94       "dependencies": {
95         "VIMObjectMapper": [
97         ]
98       }
99     },
100     {
101       "name": "AFNetworking",
102       "dependencies": {
103         "AFNetworking": [
104           "2.6.3"
105         ]
106       }
107     },
108     {
109       "name": "VIMObjectMapper",
110       "dependencies": {
111         "VIMObjectMapper": [
112           "5.6.1.1"
113         ]
114       }
115     }
116   ]