[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / e / BETOAuth2Client / 1.0.2-beta2 / BETOAuth2Client.podspec.json
blobd295c37610b75b97bd92b501b735740cae0717f0
2   "name": "BETOAuth2Client",
3   "version": "1.0.2-beta2",
4   "summary": "Lighweight and easy to use OAuth 2 Client based on NSURLSession",
5   "description": "\n                    OAuth 2 client for the Cocoa platform (iOS and Mac OS X)\n                    * Authenticate through OAuth 2\n                    * Light weight\n                    * Allows for blocks or delegates\n                    * Offers archivable credentials\n                    * Easy to read implementation and interface\n                    \n",
6   "homepage": "https://github.com/screeninteraction/BETOAuth2Client",
7   "license": "MIT",
8   "authors": {
9     "Screen Interaction": "contact@screeninteraction.com"
10   },
11   "source": {
12     "git": "https://github.com/screeninteraction/BETOAuth2Client.git",
13     "tag": "1.0.2-beta2"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "dependencies": {
20     "BETURLSession": [
21       "~> 1.0"
22     ]
23   },
24   "source_files": "BETOAuth2Client/**/*.{h,m}",
25   "requires_arc": true