blob: a72e435f4244e265cf995c313fbc19b95c34abaf [file] [log] [blame]
{
"name": "LocalStorage",
"version": "1.0.0",
"summary": "A simple utility class for saving values at local storage.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/DragonCherry/LocalStorage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DragonCherry": "dragoncherry@naver.com"
},
"source": {
"git": "https://github.com/DragonCherry/LocalStorage.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LocalStorage/Classes/**/*",
"dependencies": {
"TinyLog": [
],
"SwiftKeychainWrapper": [
],
"OptionalTypes": [
]
},
"pushed_with_swift_version": "3.0"
}