| { |
| "name": "GoogleOAuth2", |
| "version": "1.1", |
| "summary": "OAuth 2 Controllers (Support 'use_frameworks!')", |
| "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.", |
| "homepage": "https://github.com/hoyelo/GoogleOAuth2", |
| "license": "MIT", |
| "authors": "Google Inc.", |
| "source": { |
| "git": "https://github.com/hoyelo/GoogleOAuth2.git", |
| "tag": "1.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": false, |
| "source_files": "Pod/Classes/**/*", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": [ |
| "Security", |
| "SystemConfiguration" |
| ] |
| } |