[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 6 / c / TRVSURLSessionOperation / 0.0.1 / TRVSURLSessionOperation.podspec.json
blob315ac49025fe15e5f726d51fc854034505ba945a
2   "name": "TRVSURLSessionOperation",
3   "version": "0.0.1",
4   "summary": "NSURLSession and NSOperationQueue working together.",
5   "description": "                  `TRVSURLSessionOperation` is an `NSOperation` subclass that wraps `NSURLSessionTask` so that `NSURLSession` works with `NSOperationQueue`.\n",
6   "homepage": "https://github.com/travisjeffery/TRVSURLSessionOperation",
7   "license": "MIT",
8   "authors": {
9     "Travis Jeffery": "tj@travisjeffery.com"
10   },
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/travisjeffery/TRVSURLSessionOperation.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "TRVSURLSessionOperation",
21     "TRVSURLSessionOperation/**/*.{h,m}"
22   ],
23   "requires_arc": true