[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 3 / f / AFHTTPSessionManager-AFUniqueGET / 0.3 / AFHTTPSessionManager-AFUniqueGET.podspec.json
blobf60b76dc346ab9210650cf42cb9c9e793d94313f
2   "name": "AFHTTPSessionManager-AFUniqueGET",
3   "version": "0.3",
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",
7   "license": "MIT",
8   "authors": {
9     "Elvis Nuñez": "hello@nselvis.com"
10   },
11   "source": {
12     "git": "https://github.com/NSElvis/AFHTTPSessionManager-AFUniqueGET.git",
13     "tag": "0.3"
14   },
15   "social_media_url": "https://twitter.com/NSElvis",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "dependencies": {
22     "AFNetworking": [
24     ]
25   }