[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / f / 2 / OAuth2 / 0.1.2 / OAuth2.podspec.json
bloba5ba16884a1e81b59a2173d242637a4f377353c6
2   "name": "OAuth2",
3   "version": "0.1.2",
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.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "OAuth2": [
22       "Pod/Assets/*.png",
23       "Pod/Classes/*.xib",
24       "Pod/Classes/*.nib"
25     ]
26   },
27   "resources": [
28     "Pod/Assets/*.png",
29     "Pod/Classes/*.xib",
30     "Pod/Classes/*.nib"
31   ],
32   "frameworks": "UIKit"