blob: a91149783d55aeca23ad7615c598da656700f1f6 [file] [log] [blame]
{
"name": "Storez",
"version": "2.0.2",
"summary": "Safe, statically-typed, store-agnostic key-value storage!",
"description": "Provides an extremely flexible way to implement a statically\ntyped key-value store, backed by the persistence store of your\nchoice.",
"homepage": "http://kitz.io",
"license": "MIT",
"source": {
"git": "https://github.com/SwiftKitz/Storez.git",
"tag": "v2.0.2"
},
"authors": {
"Maz Jaleel": "mazjaleel@gmail.com"
},
"social_media_url": "http://twitter.com/SwiftKitz",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"Storez/UserDefaults": [
],
"Storez/Cache": [
]
}
},
{
"name": "Core",
"source_files": "Storez/Storez/Entity/*"
},
{
"name": "UserDefaults",
"source_files": "Storez/Storez/Stores/UserDefaults/*",
"dependencies": {
"Storez/Core": [
]
}
},
{
"name": "Cache",
"source_files": "Storez/Storez/Stores/Cache/*",
"dependencies": {
"Storez/Core": [
]
}
}
]
}