[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / 4 / 9 / BDBOAuth1Manager / 1.0 / BDBOAuth1Manager.podspec.json
blobf660f7cf1067b8f398a125204d7f3005154d5242
2   "name": "BDBOAuth1Manager",
3   "version": "1.0",
4   "license": "MIT",
5   "summary": "AFNetworking 2.0-compatible replacement for AFOAuth1Client.",
6   "homepage": "https://github.com/bdbergeron/BDBOAuth1Manager",
7   "authors": {
8     "Bradley David Bergeron": "brad@bradbergeron.com"
9   },
10   "source": {
11     "git": "https://github.com/bdbergeron/BDBOAuth1Manager.git",
12     "tag": "1.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "source_files": [
20     "BDBOAuth1Manager/Categories/*.{h,m}",
21     "BDBOAuth1Manager/*.{h,m}"
22   ],
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.0.0"
26     ]
27   }