I create a swift cocoa touch framework
according to create cocoapod with siwft
and it works fine, But there is another problem, my framework will dependency on other framework
, such as SwiftyJSON
.
And I try add
s.dependency "SwiftyJSON", "~> 2.3"
into the .podspec file
.
But when I try to build my 'Example', still error happens :
'No such module SwiftyJSON'