[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / 8 / b / 7 / LHToolbar / 1.3.0-beta / LHToolbar.podspec.json
blob18df6c57a987294163190a0e3b577802647c6285
2   "name": "LHToolbar",
3   "version": "1.3.0-beta",
4   "summary": "An alternative way to create a tool bar for iOS applications.",
5   "description": "LHToolbar is an alternative way to create a toolbar in iOS applications. Tool bars are widely used in iOS applications, however, UIToolbar class lacks of updates and flexibility, uncustomizable to some extent. It motivated me to create a container like toolbar so developers have more control and flexibility on layout and UIs. LHToolbar concentrates in providing fully functioning toolbar container, manipulation of container items and many more in the future.",
6   "homepage": "https://github.com/Lucashuang0802/LHToolbar",
7   "license": "MIT",
8   "authors": {
9     "Lucas Huang": "xhuang0802@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Lucashuang0802/LHToolbar.git",
13     "tag": "1.3.0-beta"
14   },
15   "social_media_url": "http://www.focushuang.com/",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "LHToolbar/**/*",
20   "public_header_files": "LHToolbar/LHToolbar.h"