blob: e3b5fdde9f20edab7b5e87ae81142c960c000768 [file] [log] [blame]
{
"name": "VIMNetworking",
"version": "5.5.5",
"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.\n",
"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"
},
"source": {
"git": "https://github.com/vimeo/VIMNetworking.git",
"tag": "5.5.5"
},
"source_files": [
"VIMNetworking",
"VIMNetworking/**/*.{h,m}"
],
"exclude_files": "VIMNetworking/Exclude",
"frameworks": "Foundation",
"requires_arc": true,
"subspecs": [
{
"name": "AFNetworking",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
}
},
{
"name": "VIMObjectMapper",
"dependencies": {
"VIMObjectMapper": [
"~> 5.5.1"
]
}
}
]
}