blob: d0338b3861e535b162a74fc2f6959dd0366e23e0 [file] [log] [blame]
{
"name": "Observable",
"version": "1.0.0",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"summary": "Create observable, add observer and observe...",
"description": "Observable is a reactive library before it becomes complicated (or interesting)",
"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": "1.0.0"
},
"source_files": "Observable/Classes/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}