blob: 4a96f4a1a8588ce7ed5492ef79c0316b96b0ce31 [file] [log] [blame]
{
"name": "RStorage",
"version": "1.2.1",
"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.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "RStorage/*.swift",
"frameworks": "Foundation"
}
]
}