[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 5 / 4 / 6 / OAuth / 0.4.0 / OAuth.podspec.json
blob869258f815ba5bf9755bfaaadeb957afa2b44757
2   "name": "OAuth",
3   "module_name": "OAuth",
4   "version": "0.4.0",
5   "summary": "OAuth 1.0 implementation in Objective-C",
6   "description": "OAuth 1.0 implementation in Objective-C, currently only supporting oAuth 1.0",
7   "homepage": "https://github.com/m4rkusgage/OAuth",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Mark Gage": "markgage86@gmail.com"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/m4rkusgage/OAuth.git",
20     "tag": "v0.4.0"
21   },
22   "source_files": "OAuth/OAuth/**/*.{h,m}",
23   "requires_arc": true