[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 0 / AeroGearOAuth2 / 0.2.0 / AeroGearOAuth2.podspec.json
blob548f511d9d46efbf5aec4d4ee8a26bfc12b37551
2   "name": "AeroGearOAuth2",
3   "version": "0.2.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": "0.2.0"
11   },
12   "platforms": {
13     "ios": 8.0
14   },
15   "source_files": "AeroGearOAuth2/*.{swift}",
16   "requires_arc": true,
17   "frameworks": "Security",
18   "dependencies": {
19     "AeroGearHttp": [
20       "0.2.0"
21     ]
22   }