Commit d871fba 1 parent 2a6fe78 commit d871fba Copy full SHA for d871fba
File tree 2 files changed +3
-3
lines changed
AVPlayerItemHomeOutput.xcodeproj
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'AVPlayerItemHomeOutput'
3
- s . version = '0.1.0 '
3
+ s . version = '0.1.1 '
4
4
s . summary = 'Coordinate the output of content associated with your HomeKit lightbulbs. #Ambilight'
5
5
6
6
s . homepage = 'https://github.com/alexruperez/AVPlayerItemHomeOutput'
Original file line number Diff line number Diff line change 843
843
DEBUG_INFORMATION_FORMAT = dwarf;
844
844
DEFINES_MODULE = YES;
845
845
DYLIB_COMPATIBILITY_VERSION = 0.1.0;
846
- DYLIB_CURRENT_VERSION = 0.1.0 ;
846
+ DYLIB_CURRENT_VERSION = 0.1.1 ;
847
847
DYLIB_INSTALL_NAME_BASE = "@rpath";
848
848
ENABLE_STRICT_OBJC_MSGSEND = YES;
849
849
ENABLE_TESTABILITY = YES;
932
932
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
933
933
DEFINES_MODULE = YES;
934
934
DYLIB_COMPATIBILITY_VERSION = 0.1.0;
935
- DYLIB_CURRENT_VERSION = 0.1.0 ;
935
+ DYLIB_CURRENT_VERSION = 0.1.1 ;
936
936
DYLIB_INSTALL_NAME_BASE = "@rpath";
937
937
ENABLE_NS_ASSERTIONS = NO;
938
938
ENABLE_STRICT_OBJC_MSGSEND = YES;
You can’t perform that action at this time.
0 commit comments