영화, 팝송, 뉴스를 보면서 무료로 영어공부, 영어듣기 연습

    

[iOS] 유용한 오픈소스 라이브러리

Posted on 2017-03-23 23:13:21


• Carthage - dependency manager for Cocoa

https://github.com/Carthage/Carthage

 

• Alamofire - HTTP library

https://github.com/Alamofire/Alamofire

 

• SwiftyJSON - JSON handling

https://github.com/SwiftyJSON/SwiftyJSON

 

• CryptoSwift - cryptographic library

https://github.com/krzyzanowskim/CryptoSwift

 

• SDWebImage - Asynchronous image downloader

https://github.com/rs/SDWebImage

 

• Core Plot - 2D plotting framework

https://github.com/core-plot/core-plot

  

• Realm - Mobile database

https://realm.io/docs/swift/latest/

 

 



Related Posts

[iOS] Realm db file의 위치를 찾는 법 2017-04-05 17:04:56
[iOS] HTTP 허용하기 2017-03-30 00:54:03