2 "name": "InformaticToolbar",
4 "summary": "The information can be shown on a toolbar is more than you can imagine.",
5 "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",
6 "homepage": "https://github.com/gregwym/InformaticToolbar",
7 "screenshots": "https://f.cloud.github.com/assets/510089/1123211/417deee4-1aeb-11e3-93b0-338e7497abbd.png",
13 "Greg Wang": "gregwym@gmail.com"
20 "git": "https://github.com/gregwym/InformaticToolbar.git",
23 "source_files": "InformaticToolbar/InformaticToolbar/**/*.{h,m}"