Skip to content

Commit

Permalink
- Update 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 147255f commit 3052588
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Library/PMAlertAction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PMAlertController
//
// Created by Paolo Musolino on 07/05/16.
// Copyright © 2016 Codeido. All rights reserved.
// Copyright © 2018 Codeido. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Library/PMAlertController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PMAlertController
//
// Created by Paolo Musolino on 07/05/16.
// Copyright © 2016 Codeido. All rights reserved.
// Copyright © 2018 Codeido. All rights reserved.
//

import UIKit
Expand Down
8 changes: 4 additions & 4 deletions PMAlertController.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = "PMAlertController"
s.version = "3.2.0"
s.version = "3.3.0"
s.summary = "PMAlertController is a great and customizable substitute to UIAlertController"
s.description = <<-DESC
PMAlertController is a small library that allows you to substitute the uncustomizable UIAlertController of Apple, with a beautiful and totally customizable alert that you can use in your iOS app. Enjoy!
DESC
s.homepage = "https://github.com/Codeido/PMAlertController"
s.screenshots = "https://raw.githubusercontent.com/Codeido/PMAlertController/master/preview_pmalertacontroller.png"
s.homepage = "https://github.com/pmusolino/PMAlertController"
s.screenshots = "https://raw.githubusercontent.com/pmusolino/PMAlertController/master/preview_pmalertacontroller.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Paolo Musolino" => "info@codeido.com" }
s.social_media_url = "http://twitter.com/pmusolino"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/Codeido/PMAlertController.git", :tag => s.version }
s.source = { :git => "https://github.com/pmusolino/PMAlertController.git", :tag => s.version }
s.source_files = "Library/**/*"
s.resource_bundles = {
'PMAlertController' => ['Library/Resources/*.png', 'Library/**/*.xib']
Expand Down
2 changes: 1 addition & 1 deletion PMAlertController/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.2.0</string>
<string>3.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion PMAlertController/PMAlertController.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PMAlertController
//
// Created by Vittorio Monaco on 21/05/16.
// Copyright © 2016 Codeido. All rights reserved.
// Copyright © 2018 Codeido. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion PMAlertControllerSample/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PMAlertController
//
// Created by Paolo Musolino on 07/05/16.
// Copyright © 2016 Codeido. All rights reserved.
// Copyright © 2018 Codeido. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion PMAlertControllerSample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PMAlertController
//
// Created by Paolo Musolino on 07/05/16.
// Copyright © 2016 Codeido. All rights reserved.
// Copyright © 2018 Codeido. All rights reserved.
//

import UIKit
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<p align="center">
<img src="https://raw.githubusercontent.com/Codeido/PMAlertController/master/logo_pmalertcontroller.png" alt="Icon"/>
<img src="https://raw.githubusercontent.com/pmusolino/PMAlertController/master/logo_pmalertcontroller.png" alt="Icon"/>
</p>


[![Language](https://img.shields.io/badge/Swift-3%20%26%204-orange.svg)]()
[![GitHub license](https://img.shields.io/cocoapods/l/PMAlertController.svg)](https://github.com/Codeido/PMAlertController/blob/master/LICENSE)
[![GitHub license](https://img.shields.io/cocoapods/l/PMAlertController.svg)](https://github.com/pmusolino/PMAlertController/blob/master/LICENSE)
[![Pod version](https://img.shields.io/cocoapods/v/PMAlertController.svg?style=flat)](https://cocoapods.org/pods/PMAlertController)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-yellow.svg)](https://github.com/Carthage/Carthage)
[![Downloads](https://img.shields.io/cocoapods/dt/PMAlertController.svg)](https://cocoapods.org/pods/PMAlertController)
Expand All @@ -13,7 +13,7 @@
PMAlertController is a small library that allows you to substitute Apple's uncustomizable `UIAlertController`, with a beautiful and totally customizable alert that you can use in your iOS app. Enjoy!

<p align="center">
<img src="https://raw.githubusercontent.com/Codeido/PMAlertController/master/preview_pmalertacontroller.png" width=800 alt="Icon"/>
<img src="https://raw.githubusercontent.com/pmusolino/PMAlertController/master/preview_pmalertacontroller.png" width=800 alt="Icon"/>
</p>

## Features
Expand Down Expand Up @@ -83,7 +83,7 @@ $ brew install carthage
To integrate PMAlertController into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "Codeido/PMAlertController"
github "pmusolino/PMAlertController"
```

Run `carthage update` to build the framework and drag the built `PMAlertController.framework` into your Xcode project.
Expand Down Expand Up @@ -127,13 +127,13 @@ self.present(alertVC, animated: true, completion: nil)

## Swift compatibility

- If you use **Swift 4.0 or higher**, you can use the [latest release](https://github.com/Codeido/PMAlertController/releases).
- If you use **Swift 4.0 or higher**, you can use the [latest release](https://github.com/pmusolino/PMAlertController/releases).

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

- If you use **Swift 2.3**, you can use the [release 1.1.0](https://github.com/Codeido/PMAlertController/releases/tag/1.1.0)
- If you use **Swift 2.3**, you can use the [release 1.1.0](https://github.com/pmusolino/PMAlertController/releases/tag/1.1.0)

- If you use **Swift 2.2**, you can use the [release 1.0.5](https://github.com/Codeido/PMAlertController/releases/tag/1.0.5)
- If you use **Swift 2.2**, you can use the [release 1.0.5](https://github.com/pmusolino/PMAlertController/releases/tag/1.0.5)


## Contributing
Expand All @@ -146,7 +146,7 @@ self.present(alertVC, animated: true, completion: nil)

## Acknowledgements

Made with ❤️ by [Paolo Musolino](https://github.com/Codeido).
Made with ❤️ by [Paolo Musolino](https://github.com/pmusolino).
The design is inspired by the [Musement App](https://itunes.apple.com/app/musement-tours-attractions/id828471190). The flag icon on the demo app is by [Freepik](http://freepik.com).


Expand Down

0 comments on commit 3052588

Please sign in to comment.