blob: 36fb558694cfacd654b29453e97f4b5d341cc664 [file] [log] [blame]
{
"name": "WAKeyValuePersistenceStore",
"version": "1.2",
"authors": "YuAo",
"summary": "A file based Key-Value persistence store for iOS.",
"homepage": "https://github.com/YuAo/WAKeyValuePersistenceStore",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/YuAo/WAKeyValuePersistenceStore.git",
"tag": "1.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "WAKeyValuePersistenceStore/**/*.{h,m}"
},
{
"name": "Generics",
"source_files": "WAKeyValuePersistenceStore/WAKeyValuePersistenceStore+Generics.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"WAKeyValuePersistenceStore/Core": [
]
}
}
]
}