[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 0 / 5 / f / VIMNetworking / 6.0.4 / VIMNetworking.podspec.json
blob563f8e97e5c8b07ce13e5697c27c9ca255ecc1e8
2   "name": "VIMNetworking",
3   "version": "6.0.4",
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": "alfie@vimeo.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/vimeoapi",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "source": {
26     "git": "https://github.com/vimeo/VIMNetworking.git",
27     "tag": "6.0.4"
28   },
29   "source_files": "VIMNetworking/Networking/**/*.{h,m}",
30   "frameworks": [
31     "Foundation",
32     "UIKit",
33     "Security",
34     "CoreGraphics",
35     "AVFoundation"
36   ],
37   "dependencies": {
38     "AFNetworking": [
39       "2.6.3"
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "Cache",
45       "source_files": "VIMNetworking/Cache/*.{h,m}",
46       "frameworks": [
47         "Foundation",
48         "UIKit"
49       ]
50     },
51     {
52       "name": "Keychain",
53       "source_files": "VIMNetworking/Keychain/*.{h,m}",
54       "frameworks": [
55         "Foundation",
56         "Security"
57       ]
58     },
59     {
60       "name": "ObjectMapper",
61       "source_files": "VIMNetworking/ObjectMapper/**/*.{h,m}",
62       "frameworks": "Foundation"
63     },
64     {
65       "name": "Model",
66       "source_files": "VIMNetworking/Model/**/*.{h,m}",
67       "frameworks": [
68         "Foundation",
69         "CoreGraphics",
70         "AVFoundation"
71       ],
72       "dependencies": {
73         "VIMNetworking/ObjectMapper": [
75         ]
76       }
77     },
78     {
79       "name": "Private",
80       "source_files": "VIMNetworking/Private/**/*.{h,m}",
81       "frameworks": [
82         "Foundation",
83         "UIKit"
84       ],
85       "dependencies": {
86         "VIMNetworking/Model": [
88         ]
89       }
90     }
91   ]