blob: be0d319f8c083b9d9aeee801da3427131c3f6528 [file] [log] [blame]
{
"name": "AFWebDAVManager",
"version": "0.0.1",
"summary": "AFNetworking extension for WebDAV",
"homepage": "https://github.com/AFNetworking/AFWebDAVManager",
"social_media_url": "https://twitter.com/AFNetworking",
"license": "MIT",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/AFNetworking/AFWebDAVManager.git",
"tag": "0.0.1"
},
"source_files": "AFWebDAVManager",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"AFNetworking": [
"~> 2.4"
],
"Ono": [
"~> 1.1"
]
}
}