diff --git a/Just.podspec b/Just.podspec index e6baa19..d0a8fc2 100644 --- a/Just.podspec +++ b/Just.podspec @@ -39,5 +39,5 @@ Pod::Spec.new do |s| } s.source_files = "Just", "Just/**/*.{swift}" - + s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' } end diff --git a/README.md b/README.md index 02a21ff..e4b16d7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Just is a client-side HTTP library inspired by [python-requests][] - HTTP for Humans. Just supports Swift 3. You can use it with Swift 2 with version -[0.4.7](https://github.com/JustHTTP/Just/tree/v0.4.7). +[0.4.8](https://github.com/JustHTTP/Just/tree/v0.4.8). *Follow [@JustHTTP][twitter] for updates, if you are into that kind of things* 😉