Update to 0.1 version & add md files

This commit is contained in:
Igor 2017-09-25 10:51:58 +03:00
parent f1553fb594
commit a35960cce6
3 changed files with 8 additions and 1 deletions

6
CHANGELOG.md Normal file
View File

@ -0,0 +1,6 @@
# Changelog
## 0.1.0
- **Add**: support for Swift 3.2 / 4

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "LeadKitAdditions" 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.summary = "iOS framework with a bunch of tools for rapid development"
s.homepage = "https://github.com/TouchInstinct/LeadKitAdditions" s.homepage = "https://github.com/TouchInstinct/LeadKitAdditions"
s.license = "Apache License, Version 2.0" s.license = "Apache License, Version 2.0"

1
README.md Normal file
View File

@ -0,0 +1 @@
# LeadKitAdditions