blob: 0b7f3d64493f5e44716c21d571dc17b53cf3cca4 [file] [log] [blame]
{
"name": "RStorage",
"version": "1.2.0",
"summary": "UserDefaults abstraction framework with caching",
"homepage": "https://github.com/ephedra-software/RStorage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Erik Basargin": "basargin.erik@gmail.com"
},
"social_media_url": "https://twitter.com/Puasonych",
"source": {
"git": "https://github.com/ephedra-software/RStorage.git",
"tag": "1.2.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "RStorage/*.swift",
"frameworks": "Foundation"
}
]
}