Skip to content

Commit b530973

Browse files
committed
Update pods version 1.0
1 parent 081bc3b commit b530973

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.swift-version

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

SwiftRandom.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Pod::Spec.new do |s|
55
s.name = "SwiftRandom"
6-
s.version = "0.1.8"
6+
s.version = "1.0.0"
77
s.summary = "A tiny generator of random data for swift"
88
s.description = "A tiny generator of fake/random data for swift"
99
s.homepage = "https://github.com/thellimist/SwiftRandom"
@@ -12,6 +12,6 @@ s.author = { "thellimist" => "[email protected]" }
1212
s.source = { :git => "https://github.com/thellimist/SwiftRandom.git", :tag => s.version.to_s }
1313
s.platform = :ios, '8.0'
1414
s.requires_arc = true
15-
s.source_files = 'Randoms.swift'
15+
s.source_files = 'SwiftRandom/Randoms.swift'
1616

1717
end

0 commit comments

Comments
 (0)