[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 7 / c / VimeoNetworking / 3.4.0 / VimeoNetworking.podspec.json
blob31fa3b58201f2470003b20cc056e5363c37e1135
2   "name": "VimeoNetworking",
3   "version": "3.4.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   "requires_arc": true,
26   "source": {
27     "git": "https://github.com/vimeo/VimeoNetworking.git",
28     "tag": "3.4.0"
29   },
30   "source_files": "VimeoNetworking/Sources/**/*.{h,m,swift}",
31   "resources": "VimeoNetworking/Resources/**/*.*",
32   "dependencies": {
33     "AFNetworking": [
34       "3.1.0"
35     ]
36   }