[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 9 / BDBOAuth1Manager / 1.5.0 / BDBOAuth1Manager.podspec.json
blobd9ec66582eab210d35611b5eb2adf2bd1895f2d5
2   "name": "BDBOAuth1Manager",
3   "version": "1.5.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.5.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "source_files": "BDBOAuth1Manager/**/*.{h,m}",
21   "dependencies": {
22     "AFNetworking/NSURLConnection": [
23       "~> 2.5.0"
24     ],
25     "AFNetworking/NSURLSession": [
26       "~> 2.5.0"
27     ]
28   }