File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = "EMEmojiableBtn"
11- s . version = "0.0.2 "
11+ s . version = "0.0.3 "
1212 s . summary = "Option selector that works similar to Reactions by fb. Objective-c version"
1313
1414# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 2020@property (assign ,nonatomic ) CGFloat maxSize;
2121
2222/* *
23- Size of options when one option it is hilighted.
23+ Size of options when one option is hilighted.
2424 When option is hilighted other options are smaller.
2525 */
2626@property (assign ,nonatomic ) CGFloat minSize;
6161@property (assign ,nonatomic ) CGFloat optionsViewShadowOpacity;
6262
6363/* *
64- Opacity of options listing shadow
64+ Offset of options listing shadow
6565 */
6666@property (assign ,nonatomic ) CGSize optionsViewShadowOffset;
6767
You can’t perform that action at this time.
0 commit comments