[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 3 / Reactor / 0.2.0 / Reactor.podspec.json
blob30d327e7d5340212d22d23d0f3dbc34549c0b24e
2   "name": "Reactor",
3   "version": "0.2.0",
4   "summary": "Transparent reactivity based on Meteor.Tracker",
5   "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",
6   "homepage": "https://github.com/derkis/Reactor",
7   "authors": {
8     "Ty Cobb": "ty.cobb.m@gmail.com"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "License.txt"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/derkis/Reactor.git",
20     "tag": "v0.2.0"
21   },
22   "source_files": "Reactor/*.{h,m}",
23   "public_header_files": "Reactor/*.h"