Skip to content

Commit 1a868a1

Browse files
committed
Updated for Swift PM support
1 parent 9d98c46 commit 1a868a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+90
-90
lines changed

.swiftlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
included:
2-
- ../Siren/
2+
- ../Sources/
33

44
disabled_rules:
55
- cyclomatic_complexity

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A sample Gemfile
22
source "https://rubygems.org"
33

4-
gem "cocoapods", "1.1.1"
4+
gem "cocoapods", "1.2.0"
55
gem "jazzy"

Gemfile.lock

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.3)
5-
activesupport (4.2.7.1)
4+
CFPropertyList (2.3.5)
5+
activesupport (4.2.8)
66
i18n (~> 0.7)
7-
json (~> 1.7, >= 1.7.7)
87
minitest (~> 5.1)
98
thread_safe (~> 0.3, >= 0.3.4)
109
tzinfo (~> 1.1)
1110
claide (1.0.1)
12-
cocoapods (1.1.1)
11+
cocoapods (1.2.0)
1312
activesupport (>= 4.0.2, < 5)
1413
claide (>= 1.0.1, < 2.0)
15-
cocoapods-core (= 1.1.1)
14+
cocoapods-core (= 1.2.0)
1615
cocoapods-deintegrate (>= 1.0.1, < 2.0)
17-
cocoapods-downloader (>= 1.1.2, < 2.0)
16+
cocoapods-downloader (>= 1.1.3, < 2.0)
1817
cocoapods-plugins (>= 1.0.0, < 2.0)
1918
cocoapods-search (>= 1.0.0, < 2.0)
2019
cocoapods-stats (>= 1.0.0, < 2.0)
21-
cocoapods-trunk (>= 1.1.1, < 2.0)
20+
cocoapods-trunk (>= 1.1.2, < 2.0)
2221
cocoapods-try (>= 1.1.0, < 2.0)
2322
colored (~> 1.2)
2423
escape (~> 0.0.4)
2524
fourflusher (~> 2.0.1)
2625
gh_inspector (~> 1.0)
27-
molinillo (~> 0.5.1)
26+
molinillo (~> 0.5.5)
2827
nap (~> 1.0)
29-
xcodeproj (>= 1.3.3, < 2.0)
30-
cocoapods-core (1.1.1)
28+
ruby-macho (~> 0.2.5)
29+
xcodeproj (>= 1.4.1, < 2.0)
30+
cocoapods-core (1.2.0)
3131
activesupport (>= 4.0.2, < 5)
3232
fuzzy_match (~> 2.0.4)
3333
nap (~> 1.0)
3434
cocoapods-deintegrate (1.0.1)
35-
cocoapods-downloader (1.1.2)
35+
cocoapods-downloader (1.1.3)
3636
cocoapods-plugins (1.0.0)
3737
nap
3838
cocoapods-search (1.0.0)
3939
cocoapods-stats (1.0.0)
40-
cocoapods-trunk (1.1.1)
40+
cocoapods-trunk (1.1.2)
4141
nap (>= 0.8, < 2.0)
4242
netrc (= 0.7.8)
4343
cocoapods-try (1.1.0)
4444
colored (1.2)
4545
escape (0.0.4)
4646
fourflusher (2.0.1)
4747
fuzzy_match (2.0.4)
48-
gh_inspector (1.0.2)
49-
i18n (0.7.0)
48+
gh_inspector (1.0.3)
49+
i18n (0.8.1)
5050
jazzy (0.7.4)
5151
cocoapods (~> 1.0)
5252
mustache (~> 0.99)
@@ -56,36 +56,36 @@ GEM
5656
sass (~> 3.4)
5757
sqlite3 (~> 1.3)
5858
xcinvoke (~> 0.3.0)
59-
json (1.8.3)
6059
liferaft (0.0.6)
61-
minitest (5.9.1)
62-
molinillo (0.5.3)
60+
minitest (5.10.1)
61+
molinillo (0.5.7)
6362
mustache (0.99.8)
64-
nanaimo (0.2.2)
63+
nanaimo (0.2.3)
6564
nap (1.1.0)
6665
netrc (0.7.8)
6766
open4 (1.3.4)
6867
redcarpet (3.4.0)
6968
rouge (1.11.1)
69+
ruby-macho (0.2.6)
7070
sass (3.4.23)
7171
sqlite3 (1.3.13)
72-
thread_safe (0.3.5)
72+
thread_safe (0.3.6)
7373
tzinfo (1.2.2)
7474
thread_safe (~> 0.1)
7575
xcinvoke (0.3.0)
7676
liferaft (~> 0.0.6)
77-
xcodeproj (1.4.1)
77+
xcodeproj (1.4.2)
7878
CFPropertyList (~> 2.3.3)
7979
activesupport (>= 3)
8080
claide (>= 1.0.1, < 2.0)
8181
colored (~> 1.2)
82-
nanaimo (~> 0.2.0)
82+
nanaimo (~> 0.2.3)
8383

8484
PLATFORMS
8585
ruby
8686

8787
DEPENDENCIES
88-
cocoapods (= 1.1.1)
88+
cocoapods (= 1.2.0)
8989
jazzy
9090

9191
BUNDLED WITH

Siren.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Siren"
3-
s.version = "1.2.0"
3+
s.version = "1.2.1"
44
s.summary = "Notify users when a new version of your iOS app is available, and prompt them with the App Store link.."
55

66
s.description = <<-DESC
@@ -16,8 +16,8 @@ Siren is actively maintained by Arthur Sabintsev and Aaron Brager.
1616
s.authors = { "Arthur Ariel Sabintsev" => "[email protected]", "Aaron Brager" => "[email protected]" }
1717
s.platform = :ios, "8.0"
1818
s.source = { :git => "https://github.com/ArtSabintsev/Siren.git", :tag => s.version.to_s }
19-
s.source_files = 'Siren/Siren.swift'
20-
s.resources = 'Siren/Siren.bundle'
19+
s.source_files = 'Sources/Siren.swift'
20+
s.resources = 'Sources/Siren.bundle'
2121
s.requires_arc = true
2222

2323
end

SirenExample/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Siren (1.1.3)
2+
- Siren (1.2.1)
33

44
DEPENDENCIES:
55
- Siren (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
Siren: dd12320dbe4976110ba828daab294e870b5795e2
12+
Siren: d70730c703a4018bda82d972e283087ca6fd3e12
1313

1414
PODFILE CHECKSUM: d1753e112639b625980f2d1b039eecd20315dedd
1515

SirenExample/Pods/Local Podspecs/Siren.podspec.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SirenExample/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)