[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 3 / 4 / 9 / BDBOAuth1Manager / 1.4.0 / BDBOAuth1Manager.podspec.json
blob7a63ec0bca8571821da2e7ed332fc702a0472f89
2   "name": "BDBOAuth1Manager",
3   "version": "1.4.0",
4   "license": "MIT",
5   "summary": "AFNetworking 2.0-compatible replacement for AFOAuth1Client.",
6   "homepage": "https://github.com/bdbergeron/BDBOAuth1Manager",
7   "social_media_url": "https://twitter.com/bradbergeron",
8   "authors": {
9     "Bradley David Bergeron": "brad@bradbergeron.com"
10   },
11   "source": {
12     "git": "https://github.com/bdbergeron/BDBOAuth1Manager.git",
13     "tag": "1.4.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "source_files": [
21     "BDBOAuth1Manager/Categories/*.{h,m}",
22     "BDBOAuth1Manager/*.{h,m}"
23   ],
24   "dependencies": {
25     "AFNetworking/NSURLConnection": [
26       "~> 2.4.0"
27     ],
28     "AFNetworking/NSURLSession": [
29       "~> 2.4.0"
30     ]
31   }