Guest User

Untitled

a guest
Jan 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. spec.source_files = [
  2. 'lib/*.swift',
  3. 'dependencies/*.{m,h}',
  4. ]
  5. spec.public_header_files = 'dependencies/*.h'
  6.  
  7. @objc public class LibClass: NSObject {
  8. @objc public static let instance = LibClass();
  9. }
  10.  
  11. #import <LibraryName/LibraryName-umbrella.h>
  12.  
  13. [LibraryName init];
Add Comment
Please, Sign In to add comment