From 8aa107c996fbcb8ec023652e1988817c81ae3181 Mon Sep 17 00:00:00 2001 From: Bogdan Todea Date: Fri, 20 Oct 2017 17:01:24 +0300 Subject: [PATCH] origin/AutoCompleteFramework Podspec and readme updated. --- AutoCompletion.podspec | 7 +++---- README.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/AutoCompletion.podspec b/AutoCompletion.podspec index 38aa43f..561a6f2 100644 --- a/AutoCompletion.podspec +++ b/AutoCompletion.podspec @@ -1,13 +1,12 @@ Pod::Spec.new do |s| s.name = "AutoCompletion" s.version = "1.2.1" -s.summary = "Text auto completion framework." -s.description = "Library can be used via cocoapods in any project." -s.homepage = "https://github.com/3pillarlabs/ios-autocomplete/tree/AutoCompleteFramework" +s.summary = "Autocomplete textfield." +s.description = "A framework which provides text field suggestions as a dropdown list. It is available with iOS 9 and later, Objective-C or Swift." +s.homepage = "https://github.com/3pillarlabs/ios-autocomplete" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Bogdan Todea-Cristea" => "bogdan.todea@3pillarglobal.com" } s.platform = :ios, "9.0" s.source = { :git => "https://github.com/3pillarlabs/ios-autocomplete.git", :tag => "#{s.version}" } s.source_files = "Framework/AutoCompletion/AutoCompletion", "Framework/AutoCompletion/AutoCompletion/**/*.{h,m}" -s.exclude_files = "Classes/Exclude" end diff --git a/README.md b/README.md index acbb38a..8fbff4a 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Description -A framework which provides text field suggestions as a dropdown list. It is available with iOS 8 and later, Objective-C or Swift. +A framework which provides text field suggestions as a dropdown list. It is available with iOS 9 and later, Objective-C or Swift. **Project Rationale**