blob: f93d43da4bbd7be1998ea75d5c26707623e22756 [file] [log] [blame]
{
"name": "VIMNetworking",
"version": "6.0.2",
"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": "alfie@vimeo.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/vimeoapi",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/vimeo/VIMNetworking.git",
"tag": "6.0.2"
},
"source_files": "VIMNetworking/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"Security"
],
"dependencies": {
"AFNetworking": [
"2.6.3"
]
},
"subspecs": [
{
"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": {
"VIMNetworking/ObjectMapper": [
]
}
},
{
"name": "ObjectMapper",
"source_files": "VIMNetworking/ObjectMapper/*.{h,m}",
"frameworks": "Foundation"
},
{
"name": "Private",
"source_files": "VIMNetworking/Private/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"VIMNetworking/Model": [
]
}
}
]
}