[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / d / 2 / Siegel / 0.1.0 / Siegel.podspec.json
blob775466404887c2cc25eb4e8a6a91d28d849303d0
2   "name": "Siegel",
3   "version": "0.1.0",
4   "summary": "A simple implementation of LRU cache.",
5   "description": "                   A simple implementation of LRU cache written in Swift.\n                   This library is inspired by [Cache::LRU](https://metacpan.org/pod/Cache::LRU).\n",
6   "homepage": "https://github.com/mihyaeru21/Siegel",
7   "license": "MIT",
8   "authors": {
9     "Mihyaeru": "mihyaeru21@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mihyaeru21/Siegel.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"