[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 1 / a / FlameKit / 0.1.9 / FlameKit.podspec.json
blob78d7ec987a86278466864ccd24f3bc4867d5f06e
2   "name": "FlameKit",
3   "version": "0.1.9",
4   "summary": "StackView + ScrollView, simplified.",
5   "description": "FlameKit is collection of simple custom UIs. For version 0.1.0, it offers FlameNavigationBar, FlameScrollView & FlameButton. \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.\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.)",
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.9"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "platforms": {
22     "ios": "9.0"
23   },
24   "source_files": "FlameKit/**/*",
25   "frameworks": "UIKit",
26   "pushed_with_swift_version": "4.0"