blob: b6362a6e8a02f03978ad2564a9b3dbc69c36c50d [file] [log] [blame]
{
"name": "Droste",
"version": "0.1.1",
"summary": "Droste is a lightweight composable caching library which leverages RxSwift's Observable for its API.",
"homepage": "https://github.com/gtsifrikas/Droste",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"George Tsifrikas": "gtsifrikas@gmail.com"
},
"source": {
"git": "https://github.com/gtsifrikas/Droste.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/gtsifrikas",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift,h,m}",
"module_name": "Droste",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"RxSwift": [
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": [
"Tests/*.swift",
"Sources/Extensions.swift"
],
"dependencies": {
"RxSwift": [
],
"Nimble": [
],
"Quick": [
],
"RxTest": [
]
}
}
]
}