[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / 4 / 6 / OAuth / 0.1.1 / OAuth.podspec.json
blobd2a6b6b691a5149d247e17683297a58e36b6e1e8
2   "name": "OAuth",
3   "module_name": "MGOAuth",
4   "version": "0.1.1",
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.1.1"
21   },
22   "source_files": [
23     "MGOAuth/Categories",
24     "OAuth/OAuth/Categories/*.{h,m}"
25   ],
26   "requires_arc": true