[Add] LLUnionPaySDK 1.3.8
[CocoaPods.git] / Specs / 7 / a / f / SHOmniAuthFacebook / 0.2.0 / SHOmniAuthFacebook.podspec.json
blobd044ebc9c1f0ac6d14a680f9e70f4ee56599ba08
2   "name": "SHOmniAuthFacebook",
3   "version": "0.2.0",
4   "summary": "Facebook Strategy for SHOmniAuth.",
5   "description": "                    A strategy for authenticating with Facebook via SHOmniAuth.\n                    Uses ACAccount for store and SLRequest for signed requests.\n",
6   "homepage": "https://github.com/SHOmniAuth/SHOmniAuthFacebook",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Seivan Heidari": "seivan.heidari@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/SHOmniAuth/SHOmniAuthFacebook.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "SHOmniAuthFacebook/**/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "Accounts",
24     "Social"
25   ],
26   "dependencies": {
27     "Facebook-iOS-SDK": [
28       "~> 3.2.1"
29     ],
30     "SHOmniAuth": [
31       "~> 0.2.0"
32     ]
33   }