[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 8 / 2 / 7 / NSURL-RandValue / 0.0.1 / NSURL-RandValue.podspec.json
blob4359177b404f752fb512764f0c85444e39d036e9
2   "name": "NSURL-RandValue",
3   "version": "0.0.1",
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>",
6   "license": "MIT",
7   "homepage": "https://github.com/alejandroivan/NSURL-RandValue",
8   "authors": {
9     "Alejandro Iván Melo Domínguez": "alejandroivan@icloud.com"
10   },
11   "social_media_url": "https://twitter.com/alejandroivan",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/alejandroivan/NSURL-RandValue.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "Classes/*.{h,m}",
20   "requires_arc": true