[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 3 / 4 / 9 / BDBOAuth1Manager / 2.0.0 / BDBOAuth1Manager.podspec.json
blob8ea1422dc81a9c0637aa406f640664c3df4a3fce
2   "name": "BDBOAuth1Manager",
3   "version": "2.0.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": "2.0.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/NSURLSession": [
23       "~> 3.0.0"
24     ]
25   }