Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Peschenkov committed Apr 18, 2020
1 parent e59a501 commit 41f67ab
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 19 deletions.
2 changes: 1 addition & 1 deletion LetterAvatarKit.podspec
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
spec.name = 'LetterAvatarKit'
spec.ios.deployment_target = '8.0'
spec.tvos.deployment_target = '9.0'
spec.version = '1.2.2'
spec.version = '1.2.3'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/vpeschenkov/LetterAvatarKit'
spec.authors = { 'Viktor Peschenkov' => 'v.peschenkov@gmail.com' }
Expand Down
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Expand Up @@ -8,7 +8,7 @@

/* Begin PBXBuildFile section */
35DF42E2233D1B8700BFCE8F /* LetterAvatarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35DF42E1233D1B8700BFCE8F /* LetterAvatarController.swift */; };
35ED48E723888E2D004B4643 /* LetterAvatarKit in Frameworks */ = {isa = PBXBuildFile; productRef = 35ED48E623888E2D004B4643 /* LetterAvatarKit */; };
98CF310F244B159000A218C2 /* LetterAvatarKit in Frameworks */ = {isa = PBXBuildFile; productRef = 98CF310E244B159000A218C2 /* LetterAvatarKit */; };
EBEC63BE1F8CF49B00CE334B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBEC63BD1F8CF49B00CE334B /* AppDelegate.swift */; };
EBEC63C31F8CF49B00CE334B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EBEC63C11F8CF49B00CE334B /* Main.storyboard */; };
EBEC63C51F8CF49B00CE334B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EBEC63C41F8CF49B00CE334B /* Assets.xcassets */; };
Expand All @@ -30,7 +30,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
35ED48E723888E2D004B4643 /* LetterAvatarKit in Frameworks */,
98CF310F244B159000A218C2 /* LetterAvatarKit in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -91,7 +91,7 @@
);
name = LetterAvatarKitExample;
packageProductDependencies = (
35ED48E623888E2D004B4643 /* LetterAvatarKit */,
98CF310E244B159000A218C2 /* LetterAvatarKit */,
);
productName = LetterAvatarKitExample;
productReference = EBEC63BA1F8CF49B00CE334B /* LetterAvatarKitExample.app */;
Expand Down Expand Up @@ -124,7 +124,7 @@
);
mainGroup = EBEC63B11F8CF49B00CE334B;
packageReferences = (
35ED48E523888E2D004B4643 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */,
98CF310D244B159000A218C2 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */,
);
productRefGroup = EBEC63BB1F8CF49B00CE334B /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -352,20 +352,20 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
35ED48E523888E2D004B4643 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */ = {
98CF310D244B159000A218C2 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/vpeschenkov/LetterAvatarKit";
requirement = {
branch = feature/spm;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 1.2.2;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
35ED48E623888E2D004B4643 /* LetterAvatarKit */ = {
98CF310E244B159000A218C2 /* LetterAvatarKit */ = {
isa = XCSwiftPackageProductDependency;
package = 35ED48E523888E2D004B4643 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */;
package = 98CF310D244B159000A218C2 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */;
productName = LetterAvatarKit;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Expand Up @@ -5,9 +5,9 @@
"package": "LetterAvatarKit",
"repositoryURL": "https://github.com/vpeschenkov/LetterAvatarKit",
"state": {
"branch": "feature/spm",
"revision": "fa2f918f3865bbea74f68241f7f01a5d23cab8a6",
"version": null
"branch": null,
"revision": "218b48b379ec40166b89a048faa62eaa8d206b70",
"version": "1.2.2"
}
}
]
Expand Down
7 changes: 5 additions & 2 deletions Package.swift
Expand Up @@ -7,18 +7,21 @@ let package = Package(
name: "LetterAvatarKit",
platforms: [
.iOS(.v9),
.tvOS(.v9)
],
products: [
.library(
name: "LetterAvatarKit",
targets: ["LetterAvatarKit"]),
targets: ["LetterAvatarKit"]
),
],
dependencies: [
],
targets: [
.target(
name: "LetterAvatarKit",
dependencies: [],
path: "LetterAvatarKit")
path: "LetterAvatarKit"
)
]
)
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -8,15 +8,17 @@
![][screenshots]

## Requirements
- iOS 8 and later
- Swift 4.0 and later
- iOS 8+
- tvOS 9+
- Swift 4.0+

## Features
- Ease of use
- Flexible API
- Builder pattern
- Circle/Square/Bordered image
- Flat UI colors
- tvOS support

## Installation

Expand All @@ -25,7 +27,7 @@
`LetterAvatarKit` is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "LetterAvatarKit", "1.2.2" # Swift 5.0+
pod "LetterAvatarKit", "1.2.3" # Swift 5.0+
pod "LetterAvatarKit", "1.1.7" # Swift 4.2
pod "LetterAvatarKit", "1.1.5" # Swift 4.0
```
Expand All @@ -35,7 +37,7 @@ pod "LetterAvatarKit", "1.1.5" # Swift 4.0
Add this to `Cartfile`

```ruby
github "vpeschenkov/LetterAvatarKit" == 1.2.2 # Swift 5.0+
github "vpeschenkov/LetterAvatarKit" == 1.2.3 # Swift 5.0+
github "vpeschenkov/LetterAvatarKit" == 1.1.7 # Swift 4.2
github "vpeschenkov/LetterAvatarKit" == 1.1.5 # Swift 4.0
```
Expand Down

0 comments on commit 41f67ab

Please sign in to comment.