[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / d / 1 / SwiftCache / 0.0.1 / SwiftCache.podspec.json
blob60536a71249662373a4434761f400add895edf8c
2   "name": "SwiftCache",
3   "version": "0.0.1",
4   "summary": "A wonderfully lightweight cache for Swift",
5   "description": "                  A beautifully lightweight cache written for Swift. It has been tested on iOS and OS X. I wrote it over an hour because I couldn't find something good enough and I think you'll like it.\n\n                  Tested with XCode 6.3.1 with Swift 1.2. It requires SwiftyJSON but that also means it's the only cache I know that works with SwiftyJSON and Alamofire and reliably so!\n\n                  Give it a spin.\n",
6   "homepage": "https://github.com/bih/SwiftCache",
7   "license": "MIT",
8   "authors": {
9     "Bilawal Hameed": "bilawal@majorleaguehacking.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/bih/SwiftCache.git",
16     "tag": "0.0.1"
17   },
18   "resources": "SwiftCache.png",
19   "dependencies": {
20     "SwiftyJSON": [
21       ">= 2.2"
22     ]
23   }