blob: 0d028c1a144a5d6c484eaf5c41d00d2e5eabbc24 [file] [log] [blame]
{
"name": "TRVSEventSource",
"version": "0.0.6",
"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.6"
},
"source_files": [
"TRVSEventSource",
"TRVSEventSource/**/*.{h,m}"
],
"requires_arc": true
}