[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 8 / AF2OAuth1Client / 0.3.6 / AF2OAuth1Client.podspec.json
blobf9e9bde088fee875afea05cae044bd531a29bea0
2   "name": "AF2OAuth1Client",
3   "version": "0.3.6",
4   "summary": "AFNetworking 2 Extension for OAuth 1.0a Authentication.",
5   "homepage": "https://github.com/AYastrebov/AF2OAuth1Client",
6   "social_media_url": "https://twitter.com/AFNetworking",
7   "license": "MIT",
8   "authors": {
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/AYastrebov/AF2OAuth1Client.git",
13     "tag": "0.3.6"
14   },
15   "source_files": "AF2OAuth1Client",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "ios": {
22     "frameworks": [
23       "MobileCoreServices",
24       "SystemConfiguration",
25       "Security",
26       "CoreGraphics"
27     ]
28   },
29   "osx": {
30     "frameworks": [
31       "CoreServices",
32       "SystemConfiguration",
33       "Security"
34     ]
35   },
36   "dependencies": {
37     "AFNetworking": [
38       "~> 2.0"
39     ]
40   }