blob: 20324fca57204a093d59c2531c73d1b5fd9038c4 [file] [log] [blame]
{
"name": "CDOAuth1Kit",
"version": "1.0.0",
"summary": "An extensive Objective-C OAuth 1.0a library for AFNetworking.",
"description": "This Objective-C wrapper provides the functionality to request and refresh access tokens for APIs requiring OAuth 1.0 authentication.",
"homepage": "https://github.com/chrisdhaan/CDOAuth1Kit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher de Haan": "contact@christopherdehaan.me"
},
"source": {
"git": "https://github.com/chrisdhaan/CDOAuth1Kit.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/dehaan_solo",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CDOAuth1Kit/Source/{Core,**}/{Categories,Headers,**}/**/*",
"dependencies": {
"AFNetworking": [
"~> 3"
]
}
}