[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 5 / b / InformaticToolbar / 0.2.1 / InformaticToolbar.podspec.json
blobcb775e22342c8b6ef05af04fc10fe0e9447c8932
2   "name": "InformaticToolbar",
3   "version": "0.2.1",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Greg Wang": "gregwym@gmail.com"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/gregwym/InformaticToolbar.git",
21     "tag": "v0.2.1"
22   },
23   "source_files": "InformaticToolbar/InformaticToolbar/**/*.{h,m}"