I want to add this Side Menu without using POD or Carthage, How can i do this.
Asked
Active
Viewed 180 times
-2
-
what does the **Carthage** meant here?? – dahiya_boy Apr 04 '17 at 11:58
-
@agent_stack Carthage is a ruthlessly simple tool to manage dependencies in Swift. For more reading https://www.twilio.com/blog/2016/05/getting-started-with-carthage-to-manage-dependencies-in-swift-and-ios.html – ron27 Apr 04 '17 at 12:15
2 Answers
0
Doing a git clone and then copying the files from SideMenu/Pods/Classes
in your project should be enough.
I checked the dependencies of the project and there are none. This means that cocoapods won't get you more projects so you should be safe.

Radu Diță
- 13,476
- 2
- 30
- 34
0
You can always add libraries by manually adding the files required by the library . Here you can get the files inside the Pod/Classes. There are four files drag and drop them in your project , and import .h file in your bridging header. You will be able to import library in your files. Hope This helps you out .

Pallavi Srikhakollu
- 588
- 6
- 17