Skip to content

Commit

Permalink
Updated podscpec.
Browse files Browse the repository at this point in the history
  • Loading branch information
melvitax committed Nov 25, 2015
1 parent 219f248 commit 947cb89
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AFViewHelper.podspec
@@ -1,14 +1,14 @@
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.'
s.homepage = 'https://github.com/melvitax/AFViewHelper'
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'
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit 947cb89

Please sign in to comment.