[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 1 / a / FlameKit / 0.1.7 / FlameKit.podspec.json
blobea6baa85eaa01d7bc802daa4a85fda069da73c9d
2   "name": "FlameKit",
3   "version": "0.1.7",
4   "summary": "iOS 11 style NavigationBar, combination with VerticalStack-ScrollView",
5   "description": "FlameKit is collection of simple custom UIs. For version 0.1.0, it offers FlameNavigationBar, FlameScrollView & FlameButton. \n\nFlameNavigationBar is UIView-based customizable NavigationBar. FlameNavigationBar supports iOS 11 style LargeTitle and collapsing. It's compatible with scrollview. (FlameNavigationBar will be a delegate of scrollView... It will be fixed in future update.)\n\nFlameScrollView is subclass of UIScrollView which has UIStackView(vertical) as a built-in subview. It's seats somewhere between UIScrollView and UITableView. If you want to add vertical stack simply call addArrangedSubview(_:animated:horizontalInset:height:) to the instance of FlameScrollView. FlameScrollView also automatically listen to the keyboard show/hide notification.",
6   "homepage": "https://github.com/draupnir45/FlameKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jongchan Park": "draupnir45@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/draupnir45/FlameKit.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "FlameKit/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "echo \"4.0\" > .swift-version"