blob: 5ebedfe2329f9d00e8583ef1d17e0a20e468149a [file] [log] [blame]
{
"name": "NSObservable",
"version": "0.0.2",
"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.2"
},
"source_files": "NSObservable/**/*",
"frameworks": "Foundation"
}