[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / c / 6 / OAuthSwift / 2.2.0 / OAuthSwift.podspec.json
blobbf56a7cb8d82346545d8729a763d281d5c09162f
2   "name": "OAuthSwift",
3   "version": "2.2.0",
4   "license": "MIT",
5   "summary": "Swift based OAuth library for iOS and macOS.",
6   "homepage": "https://github.com/OAuthSwift/OAuthSwift",
7   "social_media_url": "http://twitter.com/dongrify",
8   "authors": {
9     "Dongri Jin": "dongrify@gmail.com",
10     "Eric Marchand": "eric.marchand.n7@gmail.com"
11   },
12   "weak_frameworks": "AuthenticationServices",
13   "ios": {
14     "frameworks": "SafariServices"
15   },
16   "osx": {
17     "frameworks": "SafariServices"
18   },
19   "source": {
20     "git": "https://github.com/OAuthSwift/OAuthSwift.git",
21     "tag": "2.2.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "swift_versions": [
25     "5.0",
26     "5.1"
27   ],
28   "platforms": {
29     "ios": "9.0",
30     "osx": "10.10",
31     "tvos": "9.0",
32     "watchos": "3.0"
33   },
34   "requires_arc": false,
35   "swift_version": "5.1"