ion_in_motion 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ca9dd7ec431cee7eb8133c3c4406932cacd3c87e
|
4
|
+
data.tar.gz: e01ac3a37645dbbb62fc011ed2469d1162fad8cb
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e5422b55442f1c22bcb05e537134c5770f09e3aea8136874424f07c1d100ce30ae6343ba5a4c606e12c9d13a1e22bf8a08229761fec43dc1d2753ddb08c7f850
|
7
|
+
data.tar.gz: dbd2ff0a45d82b8791729b1b2333c3ff8dc11593f10bf5bc4b89473b7df05efa2a0a2820902a47635d3754ddb6172ce2c36fc2fc99b993e87f993b3350fff9db
|
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: ion_in_motion
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Brian Egan
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-01-30 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Easily create UILabels, UIImages and UIButtons containing IonIcons.
|
14
|
+
email: brian@titlepool.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files: []
|
19
|
+
homepage: http://github.com/Brian-Egan/ion_in_motion
|
20
|
+
licenses:
|
21
|
+
- MIT
|
22
|
+
metadata: {}
|
23
|
+
post_install_message:
|
24
|
+
rdoc_options: []
|
25
|
+
require_paths:
|
26
|
+
- lib
|
27
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
28
|
+
requirements:
|
29
|
+
- - ">="
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: '0'
|
32
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0'
|
37
|
+
requirements: []
|
38
|
+
rubyforge_project:
|
39
|
+
rubygems_version: 2.2.2
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: Easy use of IonIcons in RubyMotion projects
|
43
|
+
test_files: []
|
44
|
+
has_rdoc:
|