[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / a / 9 / RidiOAuth2 / 1.0.0 / RidiOAuth2.podspec.json
blob7ece5e73069f48895f859f7972b13ea6bf6dec31
2   "name": "RidiOAuth2",
3   "version": "1.0.0",
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.0.0"
17   },
18   "source_files": "RidiOAuth2/*.swift",
19   "frameworks": "Foundation",
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.0"
23     ],
24     "RxSwift": [
25       "~> 4.0"
26     ]
27   }