| { |
| "name": "InformaticToolbar", |
| "version": "0.2.1", |
| "summary": "The information can be shown on a toolbar is more than you can imagine.", |
| "description": " InformaticToolbar is mainly an UIViewController Category which allows you to add several ___UIBarButtonItem___s set to your toolbar.\n\n The sets are defined as subclasses of ___ITBarItemSet___. All ___ITBarItemSet___ can have a ___dismiss button___ if the target and action has been defined. If more than one set has been added, a ___switch button___ (an arrow) will be displayed on the left for user to switch between sets.\n\n For now, there are three pre-defined set:\n\n - ___ITLabelBarItemSet___: a textLabel and a detailTextLabel\n - ___ITProgressBarItemSet___: a textLabel and a progressBar\n - ___ITConfirmationBarItemSet___: two label and a check-mark button\n\n You can easily create new sets by extending ___ITBarItemSet___ yourself.\n", |
| "homepage": "https://github.com/gregwym/InformaticToolbar", |
| "screenshots": "https://f.cloud.github.com/assets/510089/1123211/417deee4-1aeb-11e3-93b0-338e7497abbd.png", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Greg Wang": "gregwym@gmail.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/gregwym/InformaticToolbar.git", |
| "tag": "v0.2.1" |
| }, |
| "source_files": "InformaticToolbar/InformaticToolbar/**/*.{h,m}" |
| } |