-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete cell only if deletion method succeeded
- Loading branch information
ghazi_denden
committed
Oct 18, 2016
1 parent
097f2f7
commit 1749aa6
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SDTableView" | ||
s.version = "1.0.4" | ||
s.version = "1.0.5" | ||
s.summary = "SDTableView is a simple UITableView Framework for quick and advanced development" | ||
s.license = "license" | ||
s.authors = '[email protected]' | ||
s.homepage = 'http://www.google.fr' | ||
s.source = { :git => "[email protected]:agodet/SDTableView.git", :tag => "1.0.4" } | ||
s.source = { :git => "[email protected]:agodet/SDTableView.git", :tag => "1.0.5" } | ||
s.platform = :ios, '7.0' | ||
s.public_header_files = 'SDTableView/*.h' | ||
s.source_files = 'SDTableView/*.{h,m}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters