Skip to content

Commit

Permalink
Merge pull request #10 from gonzalonunez/swift4
Browse files Browse the repository at this point in the history
Migrated to Swift 4, bumped up podspec version
  • Loading branch information
gonzalonunez committed Nov 27, 2017
2 parents b72381a + 7e43a6a commit ae0b591
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
34 changes: 31 additions & 3 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pod "Skeleton"
Skeleton is also available through [Carthage](https://github.com/Carthage/Carthage). Add this to your Cartfile:

```
github "gonzalonunez/Skeleton" ~> 0.1.1
github "gonzalonunez/Skeleton" ~> 0.1.2
```

## Author
Expand Down
2 changes: 1 addition & 1 deletion Skeleton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Skeleton'
s.version = '0.1.0'
s.version = '0.1.2'
s.summary = 'Skeleton is an easy way to create sliding CAGradientLayer animations!'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit ae0b591

Please sign in to comment.