| { |
| "name": "NSOPulseMetric", |
| "version": "1.0.5", |
| "summary": "Cocoa library for transmitting NS1 Pulsar 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.5" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ] |
| } |
| } |