ReactiveMotion 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d561b0d8b7e85971e52008188dbf2107d491eaad
4
+ data.tar.gz: 2c4fca9beec9545695e82011cf2a0e400ed8b9ba
5
+ SHA512:
6
+ metadata.gz: b2b63e59621ef8f7074baa494ce5e79a2d11837632dab0041e43b908b4cd0ac1c951a71cb62e73da04353a70c88c2de52f73d821bbf8593de5958f068645254b
7
+ data.tar.gz: 7302f4bcf7f375ab2464237cc0b66cedf41b996ab81a3715e75fa2776ed0078214d5f3d21bf1a8a270ced5c48b4f7673c298b1e72032f916d2a4b13f52d9f674
@@ -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: ReactiveMotion
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: []