blob: ccf10da01e310a4deefb94fe4f0a01309084e293 [file] [log] [blame]
{
"name": "ReactObjC",
"version": "0.5.2",
"summary": "Signals, Reactive Values, Futures, and Promises for Objective-C",
"description": "A port of Michael Bayne's React library for Java (https://github.com/threerings/react).\n Signals, slots, and functional-reactive programming for Objective-C.",
"homepage": "https://github.com/tconkling/react-objc",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Tim Conkling": "tim@timconkling.com"
},
"social_media_url": "https://twitter.com/timconkling",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/tconkling/react-objc.git",
"tag": "0.5.2"
},
"source_files": "react/**/*.{h,m}"
}