Skip to content

Commit 4e2a3ec

Browse files
committed
Added Gemfile and .swift-version file
1 parent 49765de commit 4e2a3ec

File tree

4 files changed

+75
-1
lines changed

4 files changed

+75
-1
lines changed

.swift-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# A sample Gemfile
2+
source "https://rubygems.org"
3+
4+
gem "cocoapods", "1.1.0.rc.2"

Gemfile.lock

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.7.1)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
claide (1.0.0)
11+
cocoapods (1.1.0.rc.2)
12+
activesupport (>= 4.0.2, < 5)
13+
claide (>= 1.0.0, < 2.0)
14+
cocoapods-core (= 1.1.0.rc.2)
15+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
16+
cocoapods-downloader (>= 1.1.1, < 2.0)
17+
cocoapods-plugins (>= 1.0.0, < 2.0)
18+
cocoapods-search (>= 1.0.0, < 2.0)
19+
cocoapods-stats (>= 1.0.0, < 2.0)
20+
cocoapods-trunk (>= 1.0.0, < 2.0)
21+
cocoapods-try (>= 1.1.0, < 2.0)
22+
colored (~> 1.2)
23+
escape (~> 0.0.4)
24+
fourflusher (~> 1.0.1)
25+
gh_inspector (~> 1.0)
26+
molinillo (~> 0.5.1)
27+
nap (~> 1.0)
28+
xcodeproj (>= 1.3.1, < 2.0)
29+
cocoapods-core (1.1.0.rc.2)
30+
activesupport (>= 4.0.2, < 5)
31+
fuzzy_match (~> 2.0.4)
32+
nap (~> 1.0)
33+
cocoapods-deintegrate (1.0.1)
34+
cocoapods-downloader (1.1.1)
35+
cocoapods-plugins (1.0.0)
36+
nap
37+
cocoapods-search (1.0.0)
38+
cocoapods-stats (1.0.0)
39+
cocoapods-trunk (1.0.0)
40+
nap (>= 0.8, < 2.0)
41+
netrc (= 0.7.8)
42+
cocoapods-try (1.1.0)
43+
colored (1.2)
44+
escape (0.0.4)
45+
fourflusher (1.0.1)
46+
fuzzy_match (2.0.4)
47+
gh_inspector (1.0.2)
48+
i18n (0.7.0)
49+
json (1.8.3)
50+
minitest (5.9.0)
51+
molinillo (0.5.1)
52+
nap (1.1.0)
53+
netrc (0.7.8)
54+
thread_safe (0.3.5)
55+
tzinfo (1.2.2)
56+
thread_safe (~> 0.1)
57+
xcodeproj (1.3.1)
58+
activesupport (>= 3)
59+
claide (>= 1.0.0, < 2.0)
60+
colored (~> 1.2)
61+
62+
PLATFORMS
63+
ruby
64+
65+
DEPENDENCIES
66+
cocoapods (= 1.1.0.rc.2)
67+
68+
BUNDLED WITH
69+
1.13.0

Siren.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Siren is actively maintained by Arthur Sabintsev and Aaron Brager.
1919
s.source_files = 'Siren/Siren.swift'
2020
s.resources = 'Siren/Siren.bundle'
2121
s.requires_arc = true
22-
22+
2323
end

0 commit comments

Comments
 (0)