nghialv / MaterialKit

Material design components for iOS written in Swift
MIT License
2.51k stars 290 forks source link

building for swift 2.3 and Xcode 8 #62

Open theMeatloaf opened 7 years ago

theMeatloaf commented 7 years ago

This should allow you to build on Xcode 8 with swift 2.3 to resolve #61. Swift 3 will need to come next

serg94 commented 7 years ago

how to specify this commit in pods if not merged into master?

ApolloZhu commented 7 years ago

@serg94 pod 'MaterialKit', :git => 'https://github.com/theMeatloaf/MaterialKit.git' or literally this last commit, add following to the rear , :commit => 'a2b6f0422976a2ecf7762e6e08b822a7ca694d6d'

See: https://guides.cocoapods.org/using/the-podfile.html