[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 7 / 0 / SJURLSessionOperation / 1.2.0 / SJURLSessionOperation.podspec.json
blobc82b842280c59151374621b764bf2ba8c79dbc73
2   "name": "SJURLSessionOperation",
3   "version": "1.2.0",
4   "summary": "NSOperation solution for NSURLSession.",
5   "description": "SJURLSessionOperation creates and manages an NSURLSessionDownloadTask object based on a specified request and download location. SJURLSessionOperation is a subclass of NSOperation which then can be used with a NSOperationQueue. In addition, it uses AFURLSessionManager so, it requires AFNetworking.",
6   "homepage": "https://github.com/SoneeJohn/SJURLSessionOperation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SoneĆ© John": "sonee@alphasoftware.co"
13   },
14   "social_media_url": "https://twitter.com/Sonee_John",
15   "source": {
16     "git": "https://github.com/SoneeJohn/SJURLSessionOperation.git",
17     "tag": "1.2.0"
18   },
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9"
22   },
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0"
26     ]
27   },
28   "source_files": "Source Files/*.{h,m}",
29   "requires_arc": true