| { |
| "name": "DANGoogleSignIn", |
| "version": "1.0.0", |
| "summary": "A quick wrapper around Google's web authentication for mobile devices.", |
| "homepage": "https://github.com/DanielTomlinson/DANGoogleSignIn", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Daniel Tomlinson": "dan@tomlinson.io" |
| }, |
| "social_media_url": "https://twitter.com/DanToml", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/DanielTomlinson/DANGoogleSignIn.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "DANGoogleSignIn", |
| "DANGoogleSignIn/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |