2 "name": "NSURL-RandValue",
4 "summary": "Category that adds a method to NSURL to get a randomized URL, in order to avoid caching.",
5 "description": "Category that adds a method to NSURL to get a randomized URL, in order to avoid caching.\nBasically adds a \"rand\" query parameter to the URL, so this:\nhttp://domain/file.extension?key1=value1&key2=value2\nBecomes this:\nhttp://domain/file.extension?key1=value1&key2=value2&rand=<random_NSInteger>",
7 "homepage": "https://github.com/alejandroivan/NSURL-RandValue",
9 "Alejandro Iván Melo Domínguez": "alejandroivan@icloud.com"
11 "social_media_url": "https://twitter.com/alejandroivan",
16 "git": "https://github.com/alejandroivan/NSURL-RandValue.git",
19 "source_files": "Classes/*.{h,m}",