File tree Expand file tree Collapse file tree 5 files changed +67
-4
lines changed Expand file tree Collapse file tree 5 files changed +67
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## master
4
+ ##master
5
+
6
+ ## 0.3.0 - 2015-01-15
5
7
###Added
6
8
- Methods with error parameter to check why the operation failed. (@Yspadadden )
7
9
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Expecta (0.3.1)
3
- - SimpleKeychain (0.2.2 )
3
+ - SimpleKeychain (0.3.0 )
4
4
- Specta (0.2.1)
5
5
6
6
DEPENDENCIES:
@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
14
14
15
15
SPEC CHECKSUMS:
16
16
Expecta: 03aabd0a89d8dea843baecb19a7fd7466a69a31d
17
- SimpleKeychain: 148e0151e6721ce94b8da5aec90bf4d315ec7db7
17
+ SimpleKeychain: 5ba597574d92f34e20fcb1529008974bfcbf5185
18
18
Specta: 9141310f46b1f68b676650ff2854e1ed0b74163a
19
19
20
20
COCOAPODS: 0.35.0
Original file line number Diff line number Diff line change
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'cocoapods' , '0.35.0'
4
+ # gem 'cocoapods', '0.36.0.beta.1'
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ activesupport (4.2.0 )
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 (0.7.0 )
11
+ cocoapods (0.35.0 )
12
+ activesupport (>= 3.2.15 )
13
+ claide (~> 0.7.0 )
14
+ cocoapods-core (= 0.35.0 )
15
+ cocoapods-downloader (~> 0.8.0 )
16
+ cocoapods-plugins (~> 0.3.1 )
17
+ cocoapods-trunk (~> 0.4.1 )
18
+ cocoapods-try (~> 0.4.2 )
19
+ colored (~> 1.2 )
20
+ escape (~> 0.0.4 )
21
+ molinillo (~> 0.1.2 )
22
+ nap (~> 0.8 )
23
+ open4 (~> 1.3 )
24
+ xcodeproj (~> 0.20.2 )
25
+ cocoapods-core (0.35.0 )
26
+ activesupport (>= 3.2.15 )
27
+ fuzzy_match (~> 2.0.4 )
28
+ nap (~> 0.8.0 )
29
+ cocoapods-downloader (0.8.1 )
30
+ cocoapods-plugins (0.3.2 )
31
+ nap
32
+ cocoapods-trunk (0.4.1 )
33
+ nap (>= 0.8 )
34
+ netrc (= 0.7.8 )
35
+ cocoapods-try (0.4.3 )
36
+ colored (1.2 )
37
+ escape (0.0.4 )
38
+ fuzzy_match (2.0.4 )
39
+ i18n (0.7.0 )
40
+ json (1.8.2 )
41
+ minitest (5.5.1 )
42
+ molinillo (0.1.2 )
43
+ nap (0.8.0 )
44
+ netrc (0.7.8 )
45
+ open4 (1.3.4 )
46
+ thread_safe (0.3.4 )
47
+ tzinfo (1.2.2 )
48
+ thread_safe (~> 0.1 )
49
+ xcodeproj (0.20.2 )
50
+ activesupport (>= 3 )
51
+ colored (~> 1.2 )
52
+
53
+ PLATFORMS
54
+ ruby
55
+
56
+ DEPENDENCIES
57
+ cocoapods (= 0.35.0 )
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SimpleKeychain"
3
- s . version = "0.2.2 "
3
+ s . version = "0.3.0 "
4
4
s . summary = "A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely."
5
5
s . description = <<-DESC
6
6
A simple way to store items in iOS Keychain, without the hassle of dealing with iOS Keychain API directly.
You can’t perform that action at this time.
0 commit comments