Skip to content

Commit 1d42f9d

Browse files
committed
removing change log file
1 parent 6aa9667 commit 1d42f9d

4 files changed

Lines changed: 9 additions & 91 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

Example/Malert.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@
508508
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
509509
GCC_WARN_UNUSED_FUNCTION = YES;
510510
GCC_WARN_UNUSED_VARIABLE = YES;
511-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
511+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
512512
MTL_ENABLE_DEBUG_INFO = YES;
513513
ONLY_ACTIVE_ARCH = YES;
514514
SDKROOT = iphoneos;
@@ -556,7 +556,7 @@
556556
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
557557
GCC_WARN_UNUSED_FUNCTION = YES;
558558
GCC_WARN_UNUSED_VARIABLE = YES;
559-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
559+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
560560
MTL_ENABLE_DEBUG_INFO = NO;
561561
SDKROOT = iphoneos;
562562
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Malert.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
Pod::Spec.new do |s|
66
s.name = 'Malert'
7-
s.version = '3.1'
7+
s.version = '4.0'
88
s.summary = 'A simple, easy and very customizable alert'
99
s.description = <<-DESC
1010
Malert came to facilitate make custom alert views, introducing as `UIAlertController`.
1111
DESC
12-
1312
s.homepage = 'https://github.com/vitormesquita/Malert'
1413
s.license = { :type => 'MIT', :file => 'LICENSE' }
1514
s.author = { 'Vitor Mesquita' => '[email protected]' }
1615
s.source = { :git => 'https://github.com/vitormesquita/Malert.git', :tag => s.version.to_s }
16+
s.swift_versions = [4.2, 5.0]
1717

18-
s.ios.deployment_target = '9.0'
18+
s.ios.deployment_target = '10.0'
1919

2020
s.source_files = 'Malert/Classes/**/*'
2121
s.resource_bundles = {

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<div style="text-align: center">
2-
<img src="https://github.com/vitormesquita/Malert/blob/develop/Malert/Assets/Malert_brand.png">
2+
<img src="./Malert/Assets/Malert_brand.png">
33
</div>
44

5-
[![CocoaPods](https://img.shields.io/cocoapods/dt/Malert.svg?style=flat-square)](http://cocoapods.org/pods/Malert)
6-
[![CocoaPods](https://img.shields.io/cocoapods/at/Malert.svg?style=flat-square)](http://cocoapods.org/pods/Malert)
75
[![Platform](https://img.shields.io/cocoapods/p/Malert.svg?style=flat-square)](http://cocoapods.org/pods/Malert)
86
[![License](https://img.shields.io/cocoapods/l/Malert.svg?style=flat-square)](http://cocoapods.org/pods/Malert)
97
[![Version](https://img.shields.io/cocoapods/v/Malert.svg?style=flat-square)](http://cocoapods.org/pods/Malert)
108

119
## A simple, easy and custom iOS UIAlertView written in Swift
1210

1311
<div style="text-align: center">
14-
<img src="https://github.com/vitormesquita/Malert/blob/develop/Malert/Assets/mockup.png">
12+
<img src="./Malert/Assets/mockup.png">
1513
</div>
1614

1715
Malert came to facilitates custom alert views as `UIAlertController`. Malert allows you to personalize your alertView so that it matches your application layout
@@ -20,13 +18,14 @@ To run the example project, clone the repo, and run `pod install` from the Examp
2018

2119
## Requirements
2220

23-
- Xcode 9.0+
21+
- Xcode 10.0+
2422
- Swift 4.0+
2523

2624
## Versioning
2725

2826
- *Swift 3.x*: 1.1.5
2927
- *Swift 4*: 2.0+
28+
- *Swift 5*: 4.0+
3029

3130
## Installation
3231

0 commit comments

Comments
 (0)