[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 9 / 8 / LocalStorage / 1.0.2 / LocalStorage.podspec.json
blob3572b54294d0565c7e39354b5eecf2c6c2f59e76
2   "name": "LocalStorage",
3   "version": "1.0.2",
4   "summary": "A simple utility class for saving values at local storage.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/DragonCherry/LocalStorage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DragonCherry": "dragoncherry@naver.com"
13   },
14   "source": {
15     "git": "https://github.com/DragonCherry/LocalStorage.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LocalStorage/Classes/**/*",
22   "dependencies": {
23     "TinyLog": [
25     ],
26     "SwiftKeychainWrapper": [
28     ],
29     "OptionalTypes": [
31     ]
32   },
33   "pushed_with_swift_version": "3.0"