diff --git a/AFViewHelper.podspec b/AFViewHelper.podspec index e37997c..0c281e4 100644 --- a/AFViewHelper.podspec +++ b/AFViewHelper.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AFViewHelper' - s.version = '4.0.0' + s.version = '4.0.1' s.platform = :ios, '8.0' s.license = 'MIT' s.summary = 'Autolayout and Animation UIVIew Extension for Swift 2.0.' @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.author = { 'Melvin Rivera' => 'melvin@allforces.com' } s.source = { :git => 'https://github.com/melvitax/AFViewHelper.git', :tag => s.version.to_s } s.description = <<-DESC - Autolayout and Animation UIVIew Extension for Swift 2.0. + Autolayout and Animation UIVIew Extension for Swift 2.0. Includes InspectableView for setting basic view attributes. DESC s.source_files = 'AFViewHelper/*' # s.social_media_url = 'https://twitter.com/melvitax' diff --git a/AFViewHelper/AFInspectableView.swift b/AFViewHelper/AFInspectableView.swift index b95fef9..b5c82a3 100644 --- a/AFViewHelper/AFInspectableView.swift +++ b/AFViewHelper/AFInspectableView.swift @@ -1,7 +1,7 @@ // // AF+Inspectable+View.swift // -// AFViewExtension: Version 4.0.0 +// AFViewExtension: Version 4.0.1 // // Created by Melvin Rivera on 7/24/14. // Copyright (c) 2014 All Forces. All rights reserved. diff --git a/AFViewHelper/AFViewAnimation.swift b/AFViewHelper/AFViewAnimation.swift index 023feac..7ecb3ef 100644 --- a/AFViewHelper/AFViewAnimation.swift +++ b/AFViewHelper/AFViewAnimation.swift @@ -1,7 +1,7 @@ // // AFViewAnimation.swift // -// AFViewExtension: Version 4.0.0 +// AFViewExtension: Version 4.0.1 // // Created by Melvin Rivera on 11/23/15. // Copyright © 2015 All Forces. All rights reserved. diff --git a/AFViewHelper/AFViewAutoLayout.swift b/AFViewHelper/AFViewAutoLayout.swift index ce8c0f5..d3b49ef 100644 --- a/AFViewHelper/AFViewAutoLayout.swift +++ b/AFViewHelper/AFViewAutoLayout.swift @@ -1,6 +1,6 @@ // // AFViewAutoLayout.swift -// AFViewExtension: Version 4.0.0 +// AFViewExtension: Version 4.0.1 // // Created by Melvin Rivera on 11/5/15. // Copyright © 2015 All Forces. All rights reserved. diff --git a/AFViewHelper/AFViewControllerAutoLayout.swift b/AFViewHelper/AFViewControllerAutoLayout.swift index ae685ad..350cedf 100644 --- a/AFViewHelper/AFViewControllerAutoLayout.swift +++ b/AFViewHelper/AFViewControllerAutoLayout.swift @@ -1,6 +1,6 @@ // // AFViewControllerAutoLayout.swift -// AFViewExtension: Version 4.0.0 +// AFViewExtension: Version 4.0.1 // // Created by Melvin Rivera on 11/5/15. // Copyright © 2015 All Forces. All rights reserved. diff --git a/AFViewHelper/AFViewEffects.swift b/AFViewHelper/AFViewEffects.swift index d9c8201..71adc08 100644 --- a/AFViewHelper/AFViewEffects.swift +++ b/AFViewHelper/AFViewEffects.swift @@ -1,7 +1,7 @@ // // AFViewExtension.swift // -// AFViewExtension: Version 4.0.0 +// AFViewExtension: Version 4.0.1 // // Created by Melvin Rivera on 7/2/14. // Copyright (c) 2014 All Forces. All rights reserved.