2 "name": "AFHTTPSessionManager-AFUniqueGET",
4 "summary": "Your GET request is in progress, better reuse it than create a new one, right?",
5 "description": "This category of AFHTTPSessionManager adds the `uniqueGET` method, which is useful if you want to avoid making multiple calls at the same resource if the operation is still in progress.\n\nWe achieve this by checking on-going operations before creating new ones.\n",
6 "homepage": "https://github.com/NSElvis/AFHTTPSessionManager-AFUniqueGET",
9 "Elvis Nuñez": "hello@nselvis.com"
12 "git": "https://github.com/NSElvis/AFHTTPSessionManager-AFUniqueGET.git",
15 "social_media_url": "https://twitter.com/NSElvis",
20 "source_files": "Source/**/*",