[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / a / 9 / RidiOAuth2 / 1.1.1 / RidiOAuth2.podspec.json
blob5166dbfe28b3d63058f87b77b0d6e73e69186179
2   "name": "RidiOAuth2",
3   "version": "1.1.1",
4   "summary": "OAuth2 client library written in Swift for RIDI account authorization.",
5   "homepage": "https://github.com/ridi/cocoa-oauth2",
6   "authors": {
7     "Ridibooks Viewer Team": "viewer.team@ridi.com"
8   },
9   "license": "MIT",
10   "platforms": {
11     "ios": "9.0",
12     "osx": "10.10"
13   },
14   "source": {
15     "git": "https://github.com/ridi/cocoa-oauth2.git",
16     "tag": "1.1.1"
17   },
18   "source_files": "Sources/RidiOAuth2/*.swift",
19   "frameworks": "Foundation",
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.0"
23     ],
24     "RxSwift": [
25       "~> 4.0"
26     ]
27   }