blob: 315ac49025fe15e5f726d51fc854034505ba945a [file] [log] [blame]
{
"name": "TRVSURLSessionOperation",
"version": "0.0.1",
"summary": "NSURLSession and NSOperationQueue working together.",
"description": " `TRVSURLSessionOperation` is an `NSOperation` subclass that wraps `NSURLSessionTask` so that `NSURLSession` works with `NSOperationQueue`.\n",
"homepage": "https://github.com/travisjeffery/TRVSURLSessionOperation",
"license": "MIT",
"authors": {
"Travis Jeffery": "tj@travisjeffery.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/travisjeffery/TRVSURLSessionOperation.git",
"tag": "0.0.1"
},
"source_files": [
"TRVSURLSessionOperation",
"TRVSURLSessionOperation/**/*.{h,m}"
],
"requires_arc": true
}