Skip to content

Commit

Permalink
Version updated to 1.3 to fix CocoaPods spec typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Jul 10, 2016
1 parent 3d54fb6 commit 4afdf2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for UIView+Positioning

### 1.2
### 1.3
- Swift version has been moved to the ['master' branch]
- Swift 3 compatible version is now at the ['swift3' branch]
- Podspecs finally properly updated
Expand Down
6 changes: 3 additions & 3 deletions UIView+Positioning.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'UIView+Positioning'
spec.version = '1.2'
spec.version = '1.3'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/freak4pc/UIView-Positioning'
spec.authors = { 'Shai Mishali' => '[email protected]' }
spec.summary = 'UIView+Positioning provides shorthand methods to define the frame properties of any UIView based object in an easy fashion.'
spec.source = { :git => 'https://github.com/freak4pc/UIView-Positioning.git', :tag => 'v1.2' }
spec.summary = 'UIView+Positioning provides shorthand methods and helpers to define the frame properties of any UIView based object in an easy fashion.'
spec.source = { :git => 'https://github.com/freak4pc/UIView-Positioning.git', :tag => 'v1.3' }
spec.source_files = 'UIView+Positioning.swift'
spec.platform = :ios, '8.0'
end

0 comments on commit 4afdf2e

Please sign in to comment.