[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / f / 2 / OAuth2 / 0.2.0 / OAuth2.podspec.json
blobd61aa5e21a6f5e4b67fd5bce69557ead35e51132
2   "name": "OAuth2",
3   "version": "0.2.0",
4   "summary": "It's used for OAuth2 authorization.",
5   "description": "It's a library on iOS which is suitable for OAuth2. It supports authorization all websites which are using OAuth2 such as: smarthings, uber, fitbit, delivery, etc...",
6   "homepage": "https://github.com/trongdth/OAuth2-for-iOS",
7   "license": "MIT",
8   "authors": {
9     "Trong Dinh": "trongdth@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/trongdth/OAuth2-for-iOS.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.{h,m}",
20   "resource_bundles": {
21     "OAuth2": [
22       "Pod/Classes/OAuthRequestController.xib"
23     ]
24   },
25   "resources": [
26     "Pod/Classes/OAuthRequestController.xib"
27   ],
28   "frameworks": "UIKit"