blob: 41980cf454f1b19ca16ab1c483b44ddc8610f7a8 [file] [log] [blame]
{
"name": "FivePersistence",
"version": "1.0.1",
"summary": "Five's persistence module.",
"description": "A module containing simple `Data` persistence support for writing data to memory and permanent storage we\nuse on our projects at Five (http://five.agency). While designed to work with `Data` type, UIImage extension\nis also added. Other extensions are probably due some time in the future.",
"homepage": "https://github.com/fiveagency/ios-five-persistence",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iOS libraries team": "ios.libraries@five.agency"
},
"source": {
"git": "https://github.com/fiveagency/ios-five-persistence.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0"
}