[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 0 / AeroGearOAuth2 / 2.1.0 / AeroGearOAuth2.podspec.json
blob1a1a4f478a893a4d3e6993891d97f894404a036e
2   "name": "AeroGearOAuth2",
3   "version": "2.1.0",
4   "summary": "OAuth2 client library based on aerogear-ios-http",
5   "homepage": "https://github.com/aerogear/aerogear-ios-oauth2",
6   "license": "Apache License, Version 2.0",
7   "authors": "Red Hat, Inc.",
8   "source": {
9     "git": "https://github.com/aerogear/aerogear-ios-oauth2.git",
10     "tag": "2.1.0"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source_files": "AeroGearOAuth2/*.{swift}",
16   "requires_arc": true,
17   "frameworks": "Security",
18   "dependencies": {
19     "AeroGearHttp": [
20       "2.0.0"
21     ]
22   }