[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 9 / PHYOAuth2SessionManager / 0.1.0 / PHYOAuth2SessionManager.podspec.json
blobe3b0c5863e56c092c67b5d94ba8b07519137b79b
2   "name": "PHYOAuth2SessionManager",
3   "version": "0.1.0",
4   "summary": "An AFHTTPSessionManager subclass for authenticating via OAuth 2.0",
5   "homepage": "http://phyreup.com",
6   "license": "MIT",
7   "authors": {
8     "Matt Ricketson": "matt@phyreup.com"
9   },
10   "source": {
11     "git": "https://github.com/phyre-inc/PHYOAuth2SessionManager.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/phyreup",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "public_header_files": "Classes/**/*.h",
21   "dependencies": {
22     "AFNetworking": [
24     ],
25     "CocoaLumberjack": [
27     ]
28   }