blob: ef0d0d089d123467fdd5ea1f345128a4ab8ca685 [file] [log] [blame]
{
"name": "Reactor",
"version": "0.1.9",
"summary": "Transparent reactivity based on Meteor.Tracker",
"description": " Reactor provides mechanisms for writing transparently reactive code. It's based on the Tracker library \n from [Meteor.js](https://www.meteor.com/), which you can view the source for [here](https://github.com/meteor/meteor/blob/devel/packages/tracker/tracker.js).\n",
"homepage": "https://github.com/derkis/Reactor",
"authors": {
"Ty Cobb": "ty.cobb.m@gmail.com"
},
"license": {
"type": "MIT",
"file": "License.txt"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/derkis/Reactor.git",
"tag": "v0.1.9"
},
"source_files": "Reactor/*.{h,m}",
"public_header_files": "Reactor/*.h"
}