diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..819e07a --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +5.0 diff --git a/Closures.podspec.json b/Closures.podspec.json index 9f959cc..445ab10 100644 --- a/Closures.podspec.json +++ b/Closures.podspec.json @@ -18,6 +18,5 @@ }, "source_files": "Xcode/Closures/Source", "documentation_url": "https://vhesener.github.io/Closures/", - "description": "Closures is an iOS Framework that adds closure handlers to many of the popular\nUIKit and Foundation classes. Although this framework is a substitute for \nsome Cocoa Touch design patterns, such as Delegation and Data Sources, and \nTarget-Action, the authors make no claim regarding which is a better way to \naccomplish the same type of task. Most of the time it is a matter of style, \npreference, or convenience that will determine if any of these closure extensions \nare beneficial.\n\nWhether you’re a functional purist, dislike a particular API, or simply just \nwant to organize your code a little bit, you might enjoy using this library.", - "pushed_with_swift_version": "5.0" -} + "description": "Closures is an iOS Framework that adds closure handlers to many of the popular\nUIKit and Foundation classes. Although this framework is a substitute for \nsome Cocoa Touch design patterns, such as Delegation and Data Sources, and \nTarget-Action, the authors make no claim regarding which is a better way to \naccomplish the same type of task. Most of the time it is a matter of style, \npreference, or convenience that will determine if any of these closure extensions \nare beneficial.\n\nWhether you’re a functional purist, dislike a particular API, or simply just \nwant to organize your code a little bit, you might enjoy using this library." +} \ No newline at end of file diff --git a/Supporting/cocoapods/.swift-version b/Supporting/cocoapods/.swift-version index 6e63660..819e07a 100644 --- a/Supporting/cocoapods/.swift-version +++ b/Supporting/cocoapods/.swift-version @@ -1 +1 @@ -5.0 \ No newline at end of file +5.0