Skip to content

Commit

Permalink
update readme and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
0ber committed Oct 11, 2016
1 parent d68443d commit 29f151d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FoldingCell.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FoldingCell'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'UITableViewCell with folding animation.'
s.homepage = 'https://github.com/Ramotion/folding-cell'
s.license = 'MIT'
Expand Down
1 change: 0 additions & 1 deletion FoldingCell/FoldingCell/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="0cn-rv-Emg">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ or [Carthage](https://github.com/Carthage/Carthage) users can simply add Mantle
```
github "Ramotion/folding-cell" "~> 1.0.0" swift 2.2
github "Ramotion/folding-cell" "~> 2.0.0" swift 3
github "Ramotion/folding-cell" "~> 2.0.1" swift 3
```

## Solution
Expand Down

0 comments on commit 29f151d

Please sign in to comment.