We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f2786 commit 294e6abCopy full SHA for 294e6ab
NBUImagePicker.podspec
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
20
s.requires_arc = true
21
s.preserve_paths = "README.md", "NOTICE"
22
23
- s.dependency 'NBUKit', '>= 2.2.2'
+ s.dependency 'NBUKit', '>= 2.3.0'
24
25
s.subspec 'Base' do |sub|
26
sub.source_files = 'Source/*.{h,m}'
README.md
@@ -14,7 +14,7 @@ _Uses [NBUCore](https://github.com/CyberAgent/iOS-NBUCore) and [NBUKit](https://
14
15
## Demo
16
17
-There is a PickerDemo project included in the repository and can also be tried online [here](https://app.io/hOkuyK).
+A demo project is [included](Demo) in the repository.
18
19
## Features
0 commit comments