blob: 569f8a7919ff029b420c97c89ceb7e99c383d2b2 [file] [log] [blame]
{
"name": "SJURLSessionOperation",
"version": "1.1.1",
"summary": "NSOperation solution for NSURLSession.",
"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.",
"homepage": "https://github.com/SoneeJohn/SJURLSessionOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SoneƩ John": "sonee@alphasoftware.co"
},
"social_media_url": "https://twitter.com/Sonee_John",
"source": {
"git": "https://github.com/SoneeJohn/SJURLSessionOperation.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"source_files": "Source Files/*.{h,m}",
"requires_arc": true
}