[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / 6 / VIMUpload / 1.1.2 / VIMUpload.podspec.json
blob21e270efa5da5540a00894638512ba9286c21060
2   "name": "VIMUpload",
3   "version": "1.1.2",
4   "summary": "The Vimeo iOS Upload SDK",
5   "description": "VIMUpload is an Objective-C library that enables upload of videos to Vimeo.",
6   "homepage": "https://github.com/vimeo/VIMUpload",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alfie Hanssen": "alfiehanssen@gmail.com",
13     "Rob Huebner": "robh@vimeo.com",
14     "Gavin King": "gavin@vimeo.com"
15   },
16   "social_media_url": "http://twitter.com/vimeo",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source": {
21     "git": "https://github.com/vimeo/VIMUpload.git",
22     "tag": "1.1.2"
23   },
24   "source_files": [
25     "VIMUpload",
26     "VIMUpload/**/*.{h,m}"
27   ],
28   "frameworks": [
29     "Foundation",
30     "AVFoundation",
31     "AssetsLibrary",
32     "Photos",
33     "MobileCoreServices",
34     "UIKit"
35   ],
36   "requires_arc": true,
37   "subspecs": [
38     {
39       "name": "AFNetworking",
40       "dependencies": {
41         "AFNetworking": [
42           "~> 2.6.1"
43         ]
44       }
45     }
46   ]