We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df7e90 commit 636168cCopy full SHA for 636168c
JSONStub.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'JSONStub'
11
- s.version = '0.1.4'
+ s.version = '0.1.5'
12
s.summary = 'Use JSONStub to easily load JSON files into your Mappable objects.'
13
14
# This description is used to generate tags and improve search results.
JSONStub/Classes/Mappable.swift
import protocol ObjectMapper.Mappable
-extension Mappable {
+public extension Mappable {
init?(fromFileName file: String) {
guard let json = file.fileDictionary() else { return nil }
0 commit comments