diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..f398a20 --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0 \ No newline at end of file diff --git a/SwiftRandom.podspec b/SwiftRandom.podspec index 6aa054a..76a101b 100644 --- a/SwiftRandom.podspec +++ b/SwiftRandom.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = "SwiftRandom" -s.version = "0.1.8" +s.version = "1.0.0" s.summary = "A tiny generator of random data for swift" s.description = "A tiny generator of fake/random data for swift" s.homepage = "https://github.com/thellimist/SwiftRandom" @@ -12,6 +12,6 @@ s.author = { "thellimist" => "mufuyil@gmail.com" } s.source = { :git => "https://github.com/thellimist/SwiftRandom.git", :tag => s.version.to_s } s.platform = :ios, '8.0' s.requires_arc = true -s.source_files = 'Randoms.swift' +s.source_files = 'SwiftRandom/Randoms.swift' end