[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 7 / 4 / GoogleOAuth2 / 1.1 / GoogleOAuth2.podspec.json
blob32c817d254d40b979c8e0c28cf44394a9463cc53
2   "name": "GoogleOAuth2",
3   "version": "1.1",
4   "summary": "OAuth 2 Controllers (Support 'use_frameworks!')",
5   "description": "The Google Toolbox for Mac OAuth 2 Controllers make it easy for Cocoa\napplications to sign in to services using OAuth 2 for authentication\nand authorization.\n\nThis version can be used with iOS ≥ 7.0.",
6   "homepage": "https://github.com/hoyelo/GoogleOAuth2",
7   "license": "MIT",
8   "authors": "Google Inc.",
9   "source": {
10     "git": "https://github.com/hoyelo/GoogleOAuth2.git",
11     "tag": "1.1"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": false,
17   "source_files": "Pod/Classes/**/*",
18   "public_header_files": "Pod/Classes/**/*.h",
19   "frameworks": [
20     "Security",
21     "SystemConfiguration"
22   ]