blob: 1feb4b74f4e08919e03f33c95221afbe1037d06f [file] [log] [blame]
{
"name": "TRVSEventSource",
"version": "0.0.4",
"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.4"
},
"source_files": [
"TRVSEventSource",
"TRVSEventSource/**/*.{h,m}"
],
"requires_arc": true
}