[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / f / a / OAuth2-Swift / 1.0 / OAuth2-Swift.podspec.json
blobdd4ad870d3da2b5a1d3cb9a1c4a2449e53b65dc2
2   "name": "OAuth2-Swift",
3   "version": "1.0",
4   "summary": "A library makes OAuth2 handling in iOS more simple.",
5   "description": "A library makes OAuth2 handling in iOS much more simple.",
6   "homepage": "https://github.com/muhammadbassio/OAuth2",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Muhammad Bassio": "muhammadbassio@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/muhammadbassio/OAuth2.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "source/*.swift",
22   "dependencies": {
23     "Alamofire": [
25     ],
26     "KeychainAccess": [
28     ],
29     "SwiftyJSON": [
31     ]
32   }