New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

motion-iconic

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

motion-iconic

  • 0.0.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Motion::Iconic

RubyMotion wrapper around FontAwesomeKit.

Installation

Add this line to your application's Gemfile:

gem "motion-iconic"

And then execute:

$ bundle

Dependencies

Motion::Iconic depends on FontAwesomeKit as a CocoaPod. You do not need to add anything to your Rakefile, but you do need to run rake pod:install.

Usage

Motion::Iconic::Icon.awesomeIcon(:codeFork, withSize:42)

That's quite a mouthful... So Motion::Iconic::Icon is also aliased to Mic.

Mic.foundationIcon(:socialGithub, withSize:73)

Here is the full list of implemented methods:

  • Mic.icon(icon, withSize:size, inCollection:collection) — returns an FAK* instance.
  • Mic.awesomeIcon(icon, withSize:size) — returns an FAKFontAwesome instance.
  • Mic.foundationIcon(icon, withSize:size) — returns an FAKFoundationIcons instance.
  • Mic.IonIcon(icon, withSize:size) — returns an FAKIonIcons instance.
  • Mic.ZocialIcon(icon, withSize:size) — returns an FAKZocial instance.

For information on what you can do with those objects, refer to the FontAwesomeKit documentation.

Contributing

  1. Fork it ( http://github.com/AzizLight/motion-iconic/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 26 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc