Skip to content

Commit

Permalink
- Updated project URL
Browse files Browse the repository at this point in the history
- Update copyright year
- Update README
  • Loading branch information
pmusolino committed Apr 10, 2018
1 parent fc12d9f commit e5d02c8
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Configs/PMSuperButton.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.4</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Paolo Musolino. All rights reserved.</string>
<string>Copyright © 2018 Paolo Musolino. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions PMSuperButton.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = "PMSuperButton"
s.version = "2.0.4"
s.version = "2.1.0"
s.summary = "PMSuperButton is a powerful UIButton coming from the countryside, but with super powers!"
s.description = <<-DESC
A easy way to create custom and complex buttons with custom attributes, directly added to the iOS Interface Builder, very easy to integrate in every project!
DESC
s.homepage = "https://github.com/Codeido/PMSuperButton"
s.screenshots = "https://raw.githubusercontent.com/Codeido/PMSuperButton/master/docs/interface_builder.png"
s.homepage = "https://github.com/pmusolino/PMSuperButton"
s.screenshots = "https://raw.githubusercontent.com/pmusolino/PMSuperButton/master/docs/interface_builder.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Paolo Musolino" => "[email protected]" }
s.social_media_url = "http://twitter.com/pmusolino"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/Codeido/PMSuperButton.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/pmusolino/PMSuperButton.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = "Foundation"
end
2 changes: 1 addition & 1 deletion PMSuperButtonSample/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PMSuperButtonSample
//
// Created by Paolo Musolino on 14/06/17.
// Copyright © 2017 PMSuperButton. All rights reserved.
// Copyright © 2018 PMSuperButton. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion PMSuperButtonSample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.4</string>
<string>2.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion PMSuperButtonSample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PMSuperButtonSample
//
// Created by Paolo Musolino on 14/06/17.
// Copyright © 2017 PMSuperButton. All rights reserved.
// Copyright © 2018 PMSuperButton. All rights reserved.
//

import UIKit
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<p align="center">
<img src="https://github.com/Codeido/PMSuperButton/blob/master/docs/logo.png?raw=true" alt="Icon"/>
<img src="https://github.com/pmusolino/PMSuperButton/blob/master/docs/logo.png?raw=true" alt="Icon"/>
</p>

[![Language](https://img.shields.io/badge/Swift-4-orange.svg)]()
[![GitHub license](https://img.shields.io/cocoapods/l/PMSuperButton.svg)](https://github.com/Codeido/PMSuperButton/blob/master/LICENSE)
[![GitHub license](https://img.shields.io/cocoapods/l/PMSuperButton.svg)](https://github.com/pmusolino/PMSuperButton/blob/master/LICENSE)
[![Pod version](https://img.shields.io/cocoapods/v/PMSuperButton.svg?style=flat)](https://cocoapods.org/pods/PMSuperButton)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-yellow.svg)](https://github.com/Carthage/Carthage)

PMSuperButton is a powerful UIButton coming from the countryside, but with super powers! 😎

<p align="center">
<img src="https://github.com/Codeido/PMSuperButton/blob/master/docs/ripple_button.gif?raw=true" alt="Icon"/>
<img src="https://github.com/pmusolino/PMSuperButton/blob/master/docs/ripple_button.gif?raw=true" alt="Icon"/>
<br>
<img src="https://github.com/Codeido/PMSuperButton/blob/master/docs/checkbox_button.gif?raw=true" alt="Icon"/>
<img src="https://github.com/pmusolino/PMSuperButton/blob/master/docs/checkbox_button.gif?raw=true" alt="Icon"/>
<br>
<img src="https://github.com/Codeido/PMSuperButton/blob/master/docs/loader_button.gif?raw=true" alt="Icon"/>
<img src="https://github.com/pmusolino/PMSuperButton/blob/master/docs/loader_button.gif?raw=true" alt="Icon"/>
</p>

##### An easy way to create custom and complex buttons with custom attributes, directly added to the iOS Interface Builder, very easy to integrate into every project!
Expand All @@ -41,13 +41,13 @@ The library allows you to use all the features of standard UIButton with a lot o


<p align="center">
<img src="https://github.com/Codeido/PMSuperButton/blob/master/docs/interface_builder.png?raw=true" width=500 alt="Icon"/>
<img src="https://github.com/pmusolino/PMSuperButton/blob/master/docs/interface_builder.png?raw=true" width=500 alt="Icon"/>
</p>

First of all, drag & drop a new UIButton inside your view controller in storyboard, then set the UIButton class to PMSuperButton:

<p align="center">
<img src="https://github.com/Codeido/PMSuperButton/blob/master/docs/configuration1.png?raw=true" width=250 alt="Icon"/>
<img src="https://github.com/pmusolino/PMSuperButton/blob/master/docs/configuration1.png?raw=true" width=250 alt="Icon"/>
</p>

That's it! Now you are ready to customize your PMSuperButton from the `Attributes Inspector` of Interface Builder.
Expand Down Expand Up @@ -114,7 +114,7 @@ $ brew install carthage
To integrate PMSuperButton into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "Codeido/PMSuperButton"
github "pmusolino/PMSuperButton"
```

Run `carthage update` to build the framework and drag the built `PMSuperButton.framework` into your Xcode project.
Expand All @@ -125,9 +125,9 @@ Run `carthage update` to build the framework and drag the built `PMSuperButton.f
2. Congratulations!

## Swift compatibility
- If you use Swift 4 or higher, you can use the [latest release](https://github.com/Codeido/PMSuperButton/releases).
- If you use Swift 4 or higher, you can use the [latest release](https://github.com/pmusolino/PMSuperButton/releases).

- If you use Swift 3, you can use the [release 1.0.0](https://github.com/Codeido/PMSuperButton/releases/tag/1.0.0).
- If you use Swift 3, you can use the [release 1.0.0](https://github.com/pmusolino/PMSuperButton/releases/tag/1.0.0).

## Contributing

Expand All @@ -141,4 +141,4 @@ Run `carthage update` to build the framework and drag the built `PMSuperButton.f

PMSuperButton is available under the MIT license. See the LICENSE file for more info.

Made with ❤️ by [Paolo Musolino](https://github.com/Codeido).
Made with ❤️ by [Paolo Musolino](https://github.com/pmusolino).
2 changes: 1 addition & 1 deletion Sources/PMSuperButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PMSuperButton
//
// Created by Paolo Musolino on 14/06/17.
// Copyright © 2017 PMSuperButton. All rights reserved.
// Copyright © 2018 PMSuperButton. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Tests/PMSuperButtonTests/PMSuperButtonTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PMSuperButton
//
// Created by Paolo Musolino on 14/06/17.
// Copyright © 2017 PMSuperButton. All rights reserved.
// Copyright © 2018 PMSuperButton. All rights reserved.
//

import Foundation
Expand Down

0 comments on commit e5d02c8

Please sign in to comment.