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