blob: a3845d41992bd5ec8f4765f542b5928c5ebaa5c9 [file] [log] [blame]
{
"name": "KeyValueStorage",
"version": "1.0.0",
"platforms": {
"ios": "12.4"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"authors": "Ricardo Rauber Pereira",
"license": "MIT",
"homepage": "http://ricardorauber.com",
"source": {
"git": "https://github.com/ricardorauber/KeyValueStorage.git",
"tag": "1.0.0"
},
"summary": "A key-value storage module for Swift projects",
"pod_target_xcconfig": {
"ENABLE_TESTABILITY": "YES"
},
"source_files": "Classes/**/*",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"requires_app_host": true,
"source_files": "Tests/**/*",
"dependencies": {
"Nimble": [
"8.0.7"
],
"Quick": [
"2.2.0"
]
}
}
],
"swift_version": "5.2"
}