[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / 5 / f / VIMNetworking / 6.0.2 / VIMNetworking.podspec.json
blobf93d43da4bbd7be1998ea75d5c26707623e22756
2   "name": "VIMNetworking",
3   "version": "6.0.2",
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.2"
28   },
29   "source_files": "VIMNetworking/**/*.{h,m}",
30   "frameworks": [
31     "Foundation",
32     "UIKit",
33     "Security"
34   ],
35   "dependencies": {
36     "AFNetworking": [
37       "2.6.3"
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Cache",
43       "source_files": "VIMNetworking/Cache/VIMCache.{h,m}",
44       "frameworks": [
45         "Foundation",
46         "UIKit"
47       ]
48     },
49     {
50       "name": "Keychain",
51       "source_files": "VIMNetworking/Keychain/VIMKeychain.{h,m}",
52       "frameworks": [
53         "Foundation",
54         "Security"
55       ]
56     },
57     {
58       "name": "Model",
59       "source_files": "VIMNetworking/Model/*.{h,m}",
60       "frameworks": [
61         "Foundation",
62         "CoreGraphics",
63         "AVFoundation"
64       ],
65       "dependencies": {
66         "VIMNetworking/ObjectMapper": [
68         ]
69       }
70     },
71     {
72       "name": "ObjectMapper",
73       "source_files": "VIMNetworking/ObjectMapper/*.{h,m}",
74       "frameworks": "Foundation"
75     },
76     {
77       "name": "Private",
78       "source_files": "VIMNetworking/Private/**/*.{h,m}",
79       "frameworks": [
80         "Foundation",
81         "UIKit"
82       ],
83       "dependencies": {
84         "VIMNetworking/Model": [
86         ]
87       }
88     }
89   ]