blob: 906e9a66c90098a4f563ff53960b0b66259e0b09 [file] [log] [blame]
{
"name": "Observable",
"version": "2.0.0",
"swift_versions": [
5.0
],
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"summary": "The easiest way to observe values in Swift",
"description": "Observable is the easiest way to observe values in Swift",
"homepage": "https://github.com/roberthein/Observable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert-Hein Hooijmans": "rh.hooijmans@gmail.com"
},
"social_media_url": "https://twitter.com/roberthein",
"source": {
"git": "https://github.com/roberthein/Observable.git",
"tag": "2.0.0"
},
"source_files": "Observable/Classes/**/*.{swift}",
"swift_version": "5.0"
}