[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / a / 5 / CDOAuth1Kit / 1.0.0 / CDOAuth1Kit.podspec.json
blob20324fca57204a093d59c2531c73d1b5fd9038c4
2   "name": "CDOAuth1Kit",
3   "version": "1.0.0",
4   "summary": "An extensive Objective-C OAuth 1.0a library for AFNetworking.",
5   "description": "This Objective-C wrapper provides the functionality to request and refresh access tokens for APIs requiring OAuth 1.0 authentication.",
6   "homepage": "https://github.com/chrisdhaan/CDOAuth1Kit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christopher de Haan": "contact@christopherdehaan.me"
13   },
14   "source": {
15     "git": "https://github.com/chrisdhaan/CDOAuth1Kit.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/dehaan_solo",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "CDOAuth1Kit/Source/{Core,**}/{Categories,Headers,**}/**/*",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3"
27     ]
28   }