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