blob: ffb087c52349b22c5a0bbab35a4df794d0b61e08 [file] [log] [blame]
{
"name": "VIMNetworking",
"version": "5.6.1.4",
"summary": "The Vimeo iOS SDK",
"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.",
"homepage": "https://github.com/vimeo/VIMNetworking",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Alfie Hanssen": "alfiehanssen@gmail.com",
"Rob Huebner": "robh@vimeo.com",
"Gavin King": "gavin@vimeo.com",
"Kashif Muhammad": "support@vimeo.com",
"Andrew Whitcomb": "support@vimeo.com",
"Stephen Fredieu": "support@vimeo.com",
"Rahul Kumar": "support@vimeo.com"
},
"social_media_url": "http://twitter.com/vimeo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/vimeo/VIMNetworking.git",
"tag": "5.6.1.4"
},
"source_files": "VIMNetworking/VIMNetworking.h",
"frameworks": "Foundation",
"subspecs": [
{
"name": "Networking",
"source_files": "VIMNetworking/Networking/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"VIMNetworking/Cache": [
],
"VIMNetworking/Keychain": [
],
"VIMNetworking/Model": [
],
"VIMNetworking/Private": [
],
"AFNetworking": [
]
}
},
{
"name": "Private",
"source_files": "VIMNetworking/Private/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"VIMNetworking/Model": [
]
}
},
{
"name": "Cache",
"source_files": "VIMNetworking/Cache/VIMCache.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Keychain",
"source_files": "VIMNetworking/Keychain/VIMKeychain.{h,m}",
"frameworks": [
"Foundation",
"Security"
]
},
{
"name": "Model",
"source_files": "VIMNetworking/Model/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"AVFoundation"
],
"dependencies": {
"VIMObjectMapper": [
]
}
},
{
"name": "AFNetworking",
"dependencies": {
"AFNetworking": [
"~> 2.6.1"
]
}
},
{
"name": "VIMObjectMapper",
"dependencies": {
"VIMObjectMapper": [
"~> 5.6"
]
}
}
]
}