Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Commit 8ebc28b

Browse files
committed
Updated version numbers
1 parent a9c4732 commit 8ebc28b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AlecrimCoreData.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "AlecrimCoreData"
4-
s.version = "5.0"
4+
s.version = "5.1"
55
s.summary = "A powerful and simple Core Data wrapper framework written in Swift."
66
s.homepage = "https://github.com/Alecrim/AlecrimCoreData"
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![AlecrimCoreData](https://raw.githubusercontent.com/Alecrim/AlecrimCoreData/master/AlecrimCoreData.png)
22

3-
[![Language: Swift](https://img.shields.io/badge/lang-Swift 3-orange.svg?style=flat)](https://developer.apple.com/swift/)
3+
[![Language: Swift](https://img.shields.io/badge/Swift-3.2-orange.svg?style=flat)](https://developer.apple.com/swift/)
44
[![Platform](https://img.shields.io/cocoapods/p/AlecrimCoreData.svg?style=flat)](http://cocoadocs.org/docsets/AlecrimCoreData)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/Alecrim/AlecrimCoreData/develop/LICENSE)
66
[![CocoaPods](https://img.shields.io/cocoapods/v/AlecrimCoreData.svg?style=flat)](http://cocoapods.org)

Source/AlecrimCoreData.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@
363363
SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator watchos watchsimulator appletvos appletvsimulator";
364364
SWIFT_INSTALL_OBJC_HEADER = NO;
365365
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
366+
SWIFT_VERSION = 3.0;
366367
TVOS_DEPLOYMENT_TARGET = 9.0;
367368
VALID_ARCHS = "x86_64 arm64 armv7 armv7s armv7k";
368369
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)