reactive-motion 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0bfe8e864b42c2efb5be22aa7702c305828d9ff1
4
+ data.tar.gz: 4ff8dab74d9707c1e779673e6346ee0e85568794
5
+ SHA512:
6
+ metadata.gz: 6f81e1589afeb075d542c1b1c1c61a9d4877c3b5811242bec037c201149df983c1677426158d9e4763152f71eaf74280296227b6231877ffec5fbc7ac771e339
7
+ data.tar.gz: f1a757f27affb4660e613d631035b23373a0a2b46489b712ff9edc1f8dfd1519dc1cd23f32fab9156212835928675c91ddacbd9697196c3e93eaf790e864a972
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ ReactiveMotion
2
+ ==============
3
+
4
+ ReactiveCocoa in RubyMotion
@@ -0,0 +1,3 @@
1
+ module ReactiveMotion
2
+ VERSION = '0.0.1'
3
+ end
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: reactive-motion
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Dave Lee
8
+ - Eloy Durán
9
+ - Colin T.A. Gray
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2014-07-03 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: |
16
+ For great good.
17
+ email:
18
+ - dave@kastiglione.com
19
+ - eloy@hipbyte.com
20
+ - colin@hipbyte.com
21
+ executables: []
22
+ extensions: []
23
+ extra_rdoc_files: []
24
+ files:
25
+ - lib/reactive-motion/version.rb
26
+ - README.md
27
+ homepage: https://github.com/rubymotion/ReactiveMotion
28
+ licenses:
29
+ - BSD
30
+ metadata: {}
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubyforge_project:
47
+ rubygems_version: 2.0.3
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: ReactiveCocoa + RubyMotion.
51
+ test_files: []