blob: b52c0c2012a920cfd8694f3ab59bd1b68b78a6c2 [file] [log] [blame]
{
"name": "WAKeyValuePersistenceStore",
"version": "1.0",
"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.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "WAKeyValuePersistenceStore/**/*.{h,m}"
},
{
"name": "Generics",
"source_files": "WAKeyValuePersistenceStore/WAKeyValuePersistenceStore+Generics.swift",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"WAKeyValuePersistenceStore/Core": [
]
}
}
]
}