Skip to content

Commit

Permalink
bump to 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgr-ksmt committed Apr 17, 2018
1 parent 30005b0 commit 624387d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
source "https://rubygems.org"

gem 'cocoapods', '~>1.4.beta'
gem 'cocoapods', '1.5'
44 changes: 23 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
CFPropertyList (3.0.0)
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
atomos (0.1.2)
claide (1.0.2)
cocoapods (1.4.0.beta.2)
cocoapods (1.5.0)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.4.0.beta.2)
cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0)
cocoapods-core (= 1.5.0)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-downloader (>= 1.2.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
Expand All @@ -23,16 +24,16 @@ GEM
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
gh_inspector (~> 1.0)
molinillo (~> 0.6.1)
molinillo (~> 0.6.5)
nap (~> 1.0)
ruby-macho (~> 1.1)
xcodeproj (>= 1.5.3, < 2.0)
cocoapods-core (1.4.0.beta.2)
xcodeproj (>= 1.5.7, < 2.0)
cocoapods-core (1.5.0)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.1)
cocoapods-downloader (1.1.3)
cocoapods-deintegrate (1.0.2)
cocoapods-downloader (1.2.0)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
Expand All @@ -46,29 +47,30 @@ GEM
escape (0.0.4)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh_inspector (1.0.3)
i18n (0.9.0)
gh_inspector (1.1.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
minitest (5.10.3)
molinillo (0.6.4)
nanaimo (0.2.3)
minitest (5.11.3)
molinillo (0.6.5)
nanaimo (0.2.5)
nap (1.1.0)
netrc (0.11.0)
ruby-macho (1.1.0)
thread_safe (0.3.6)
tzinfo (1.2.4)
tzinfo (1.2.5)
thread_safe (~> 0.1)
xcodeproj (1.5.3)
CFPropertyList (~> 2.3.3)
xcodeproj (1.5.7)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.2)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.3)
nanaimo (~> 0.2.4)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.4.beta)
cocoapods (= 1.5)

BUNDLED WITH
1.14.6
1.16.1
2 changes: 1 addition & 1 deletion Lobster.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Lobster"
s.version = "0.1.0"
s.version = "1.0"
s.summary = "Type-safe Firebase-RemoteConfig helper library"
s.homepage = "https://github.com/sgr-ksmt/Lobster"
s.license = 'MIT'
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type-safe Firebase-RemoteConfig helper library


[![GitHub release](https://img.shields.io/github/release/sgr-ksmt/Lobster.svg)](https://github.com/sgr-ksmt/Lobster/releases)
![Language](https://img.shields.io/badge/language-Swift%204-orange.svg)
![Language](https://img.shields.io/badge/language-Swift%204.1-orange.svg)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods](https://img.shields.io/badge/Cocoa%20Pods-✓-4BC51D.svg?style=flat)](https://cocoapods.org/pods/Lobster)
[![CocoaPodsDL](https://img.shields.io/cocoapods/dt/Lobster.svg)](https://cocoapods.org/pods/Lobster)
Expand Down Expand Up @@ -127,7 +127,7 @@ support only hex: e.g. `"#FF00FF"`
![](docs/img3.png)

#### CGPoint
support text: e.g. `"[100, 100]"`
support text: e.g. `"[100, 100]"`
→ Use `DecodableConfigKey`(or `CodableConfigKey`)

```swift
Expand All @@ -137,7 +137,7 @@ extension ConfigKeys {
```

#### CGSize
support text: e.g. `"[100, 100]"`
support text: e.g. `"[100, 100]"`
→ Use `DecodableConfigKey`(or `CodableConfigKey`)

```swift
Expand All @@ -147,7 +147,7 @@ extension ConfigKeys {
```

#### CGRect
support text: e.g. `"[10, 10, 100, 100]"`
support text: e.g. `"[10, 10, 100, 100]"`
→ Use `DecodableConfigKey`(or `CodableConfigKey`)

```swift
Expand All @@ -161,13 +161,13 @@ extension ConfigKeys {
![](docs/img4.png)

#### Enum
supports `Int` or `String` rawValue.
supports `Int` or `String` rawValue.
If you want to use other enum, see "Use custom value".

#### Decodable compliant type
#### Decodable compliant type
read only

#### Codable compliant type
#### Codable compliant type
can set default value / read config value


Expand Down Expand Up @@ -271,7 +271,7 @@ Only **CocoaPods 1.4 Beta or higher**
it, simply add the following line to your Podfile:

```ruby
pod 'Lobster', '~> 0.1.0'
pod 'Lobster', '~> 1.0'
```

and run `pod install`
Expand Down

0 comments on commit 624387d

Please sign in to comment.