blob: 543b8443796604e73baa7d7e19c8ff7691fb9573 [file] [log] [blame]
{
"name": "AFHTTPSessionManager-AFUniqueGET",
"version": "0.5.1",
"summary": "Your GET request is in progress, better reuse it than create a new one, right?",
"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",
"homepage": "https://github.com/NSElvis/AFHTTPSessionManager-AFUniqueGET",
"license": "MIT",
"authors": {
"Elvis Nuñez": "hello@nselvis.com"
},
"source": {
"git": "https://github.com/NSElvis/AFHTTPSessionManager-AFUniqueGET.git",
"tag": "0.5.1"
},
"social_media_url": "https://twitter.com/NSElvis",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"AFNetworking": [
]
}
}