Skip to content

Commit

Permalink
Fix SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed Nov 1, 2017
1 parent cfe016e commit 9795d12
Show file tree
Hide file tree
Showing 18 changed files with 128 additions and 120 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

-----

## [4.1.0](https://github.com/EyreFree/EFQRCode/releases/tag/1.2.7) (2017-11-01)

#### Add

* Add GIF support.

---

## [4.0.0](https://github.com/EyreFree/EFQRCode/releases/tag/1.2.7) (2017-09-21)

#### Add
Expand Down
224 changes: 112 additions & 112 deletions EFQRCode.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ EFQRCode is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "EFQRCode", '~> 4.0.0'
pod "EFQRCode", '~> 4.1.0'
```

Then, run the following command:
Expand All @@ -86,7 +86,7 @@ $ brew install carthage
To integrate EFQRCode into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "EyreFree/EFQRCode" ~> 4.0.0
github "EyreFree/EFQRCode" ~> 4.1.0
```

Run `carthage update` to build the framework and drag the built `EFQRCode.framework` into your Xcode project.
Expand All @@ -99,7 +99,7 @@ Once you have your Swift package set up, adding EFQRCode as a dependency is as e

```swift
dependencies: [
.Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(4, 0, 0))
.Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(4, 1, 0))
]
```

Expand Down Expand Up @@ -167,7 +167,7 @@ Learn more from [User Guide](https://github.com/EyreFree/EFQRCode/blob/master/US

## Todo

- [ ] Support GIF
- [x] Support GIF
- [ ] Support more styles

## PS
Expand Down
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ git clone git@github.com:EyreFree/EFQRCode.git; cd EFQRCode/Examples/iOS; open '
EFQRCode 可以通过 [CocoaPods](http://cocoapods.org) 进行获取。只需要在你的 Podfile 中添加如下代码就能实现引入:

```ruby
pod "EFQRCode", '~> 4.0.0'
pod "EFQRCode", '~> 4.1.0'
```

然后,执行如下命令即可:
Expand All @@ -86,7 +86,7 @@ $ brew install carthage
通过在你的 `Cartfile` 添加如下语句可以将 EFQRCode 引入你的项目:

```ogdl
github "EyreFree/EFQRCode" ~> 4.0.0
github "EyreFree/EFQRCode" ~> 4.1.0
```

接下来执行 `carthage update` 命令生成 Framework 并且将生成的 `EFQRCode.framework` 拖入工程即可。
Expand All @@ -99,7 +99,7 @@ github "EyreFree/EFQRCode" ~> 4.0.0

```swift
dependencies: [
.Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(4, 0, 0))
.Package(url: "https://github.com/EyreFree/EFQRCode.git", Version(4, 1, 0))
]
```

Expand Down Expand Up @@ -167,7 +167,7 @@ if let tryImage = EFQRCode.generate(

## 待办

- [ ] 支持 GIF 动图
- [x] 支持 GIF 动图
- [ ] 支持更多样式

## 备注
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9795d12

Please sign in to comment.