imzyf / ios-swift-learning-notes

📝 iOS Swift Learning Notes - see Issues
MIT License
0 stars 0 forks source link

CocoaPods 实践研究 #57

Open imzyf opened 6 years ago

imzyf commented 6 years ago

https://guides.cocoapods.org/using/getting-started.html

布局

https://github.com/youngsoft/TangramKit

JSON

pod 'SwiftyJSON'

网络

pod 'Moya' https://github.com/Alamofire/Alamofire

pod 'XWSwiftRefresh' pod 'ReachabilitySwift' pod 'NVActivityIndicatorView' pod 'ObjectMapper'