blob: 21df876461b3f85ff424e94c6ecc90a4d59ea192 [file] [log] [blame]
{
"name": "KeyValueStorage",
"version": "2.0.0",
"platforms": {
"ios": "12.4"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"authors": "Ricardo Rauber Pereira",
"license": "MIT",
"homepage": "http://ricardorauber.com",
"source": {
"git": "https://github.com/ricardorauber/KeyValueStorage.git",
"tag": "2.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.1.2"
],
"Quick": [
"3.0.0"
]
}
}
],
"swift_version": "5.3"
}