[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 7 / 0 / SJURLSessionOperation / 1.0.1 / SJURLSessionOperation.podspec.json
blob084e7f102901d3777873a7707fcc52a6ffdd9760
2   "name": "SJURLSessionOperation",
3   "version": "1.0.1",
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.0.1"
18   },
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9"
22   },
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.0"
26     ]
27   },
28   "source_files": "Source Files/*.{h,m}",
29   "requires_arc": true