| { |
| "name": "TRVSEventSource", |
| "version": "0.0.1", |
| "summary": "Server-sent events EventSource implementation in ObjC for iOS and OS X using NSURLSession.", |
| "homepage": "https://github.com/travisjeffery/TRVSEventSource", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Travis Jeffery": "tj@travisjeffery.com" |
| }, |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9" |
| }, |
| "source": { |
| "git": "https://github.com/travisjeffery/TRVSEventSource.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "TRVSEventSource", |
| "TRVSEventSource/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |