diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a52ab4d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## 0.1.0 + +- **Add**: support for Swift 3.2 / 4 + diff --git a/LeadKitAdditions.podspec b/LeadKitAdditions.podspec index 6f8524e..09ac005 100644 --- a/LeadKitAdditions.podspec +++ b/LeadKitAdditions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKitAdditions" - s.version = "0.0.22" + s.version = "0.1.0" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKitAdditions" s.license = "Apache License, Version 2.0" diff --git a/README.md b/README.md new file mode 100644 index 0000000..27aaf7e --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# LeadKitAdditions