[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 5 / 7 / c / VimeoNetworking / 4.0.0 / VimeoNetworking.podspec.json
blob51b4b6b1b7fe1f1561449d434fdd79ac7a5234be
2   "name": "VimeoNetworking",
3   "version": "4.0.0",
4   "summary": "A library for interacting with the Vimeo API.",
5   "description": "An iOS/tvOS library for interacting with the Vimeo API.",
6   "homepage": "https://github.com/vimeo/VimeoNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gavin King": "gavin@vimeo.com",
13     "Nicole Lehrer": "nicole@vimeo.com",
14     "Mike Westendorf": "mikew@vimeo.com",
15     "Jason Hawkins": "jasonh@vimeo.com",
16     "Jennifer Lim": "jennifer@vimeo.com",
17     "Van Nguyen": "van@vimeo.com",
18     "Freddy Kellison-Linn": "freddyk@vimeo.com>"
19   },
20   "social_media_url": "http://twitter.com/vimeo",
21   "platforms": {
22     "ios": "8.0",
23     "tvos": "9.0"
24   },
25   "swift_version": "4.2",
26   "requires_arc": true,
27   "source": {
28     "git": "https://github.com/vimeo/VimeoNetworking.git",
29     "tag": "4.0.0"
30   },
31   "source_files": "VimeoNetworking/Sources/**/*.{h,m,swift}",
32   "resources": "VimeoNetworking/Resources/**/*.*",
33   "dependencies": {
34     "AFNetworking": [
35       "3.1.0"
36     ]
37   }