File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
InAppViewDebugger.xcodeproj Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "InAppViewDebugger"
3- spec . version = "1.0.0 "
3+ spec . version = "1.0.1 "
44 spec . summary = "A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging."
55 spec . homepage = "https://github.com/indragiek/InAppViewDebugger"
66 spec . screenshots = "https://raw.githubusercontent.com/indragiek/InAppViewDebugger/master/docs/img/main.png"
Original file line number Diff line number Diff line change 633633 CODE_SIGN_STYLE = Automatic;
634634 DEFINES_MODULE = YES;
635635 DYLIB_COMPATIBILITY_VERSION = 1;
636- DYLIB_CURRENT_VERSION = 1 ;
636+ DYLIB_CURRENT_VERSION = 2 ;
637637 DYLIB_INSTALL_NAME_BASE = "@rpath";
638638 INFOPLIST_FILE = InAppViewDebugger/Info.plist;
639639 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
660660 CODE_SIGN_STYLE = Automatic;
661661 DEFINES_MODULE = YES;
662662 DYLIB_COMPATIBILITY_VERSION = 1;
663- DYLIB_CURRENT_VERSION = 1 ;
663+ DYLIB_CURRENT_VERSION = 2 ;
664664 DYLIB_INSTALL_NAME_BASE = "@rpath";
665665 INFOPLIST_FILE = InAppViewDebugger/Info.plist;
666666 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >1.0.1 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
Original file line number Diff line number Diff line change 2929Add the following line to your ` Podfile ` :
3030
3131```
32- pod 'InAppViewDebugger', '~> 1.0.0 '
32+ pod 'InAppViewDebugger', '~> 1.0.1 '
3333```
3434
3535### Carthage
3636
3737Add the following line to your ` Cartfile ` :
3838
3939```
40- github "indragiek/InAppViewDebugger" "1.0.0 "
40+ github "indragiek/InAppViewDebugger" "1.0.1 "
4141```
4242
4343## Usage
You can’t perform that action at this time.
0 commit comments