| { |
| "name": "NSOPulseMetric", |
| "version": "1.0.1", |
| "summary": "Cocoa library for transmitting NSONE Pulse metrics.", |
| "homepage": "https://github.com/williamsjj/NSOPulseMetric", |
| "license": "BSD", |
| "authors": { |
| "Jason J. W. Williams": "williamsjj@digitar.com" |
| }, |
| "source": { |
| "git": "https://github.com/williamsjj/NSOPulseMetric.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ] |
| } |
| } |