Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的项目中更新适用于 iOS 的 Google Analytics SDK,但显然没有CocoaPods就无法下载 SDK 了吗?我不想使用 CocoaPods,有没有办法将它作为独立包下载?
我的 routes.rb 文件中有以下代码。
resources :users do member do get :following,:followers end collection do put :activate_email end end