blob: 6d3554502c9b9820357c69ed0802d37347809a70 [file] [log] [blame]
{
"name": "NSObservable",
"version": "0.0.3",
"summary": "An easy way to observe values in Objective-C!",
"description": "An easy way to observe values in Objective-C.",
"homepage": "https://github.com/JABread/NSObservable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JABread": "jabread007@yahoo.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JABread/NSObservable.git",
"tag": "0.0.3"
},
"source_files": "NSObservable/**/*",
"frameworks": "Foundation"
}