blob: 87a48eaab38ac54462a13c0a8f94dd0e90dac471 [file] [log] [blame]
{
"name": "SwiftyStorage",
"version": "0.0.1",
"summary": "Swift NSUserDefaults class imitate JavaScript localStorage",
"homepage": "https://github.com/TheAbstractDev/SwiftyStorage",
"authors": {
"Sofiane Beors (TheAbstractDev)": "theabstractdev@gmail.com"
},
"license": "MIT",
"source": {
"git": "https://github.com/TheAbstractDev/SwiftyStorage.git",
"tag": "0.0.1"
},
"source_files": [
"SwiftyStorage",
"SwiftyStorage/**/*.{h,m}"
],
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
}
}