Skip to content

Commit

Permalink
fix README and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
haranicle committed Jun 17, 2017
1 parent 357443a commit 919d6d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion NohanaImagePicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NohanaImagePicker'
s.version = '0.7.2'
s.version = '0.8.0'
s.summary = 'A multiple image picker for iOS app.'
s.homepage = 'https://github.com/nohana/NohanaImagePicker'
s.license = { :type => 'Apache License v2', :file => 'LICENSE' }
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ picker.shouldShowEmptyAlbum = true
picker.canPickAsset = { (asset:Asset) -> Bool in
return false
}

// If set to Bundle Object, You can change 'NohanaImagePicker.strings' and 'NohanaImagePicker.xcassets'.
picker.assetBundle = Bundle.main

// Color
ColorConfig.backgroundColor = UIColor.lightGray
ColorConfig.emptyIndicator = UIColor.lightGray
ColorConfig.AlbumList.momentCellSeparator = UIColor.lightGray
```

## Requirements
Expand Down

0 comments on commit 919d6d6

Please sign in to comment.