MaxHasADHD / TraktKit

Swift wrapper for Trakt.tv API.
MIT License
113 stars 37 forks source link

Please create Cocoapod spec. #2

Closed mecid closed 6 years ago

alexk403 commented 8 years ago

This is a trivial question I'm sure but until a cocoapod is created, how would we integrate TraktKit into our own swift application? Thanks

MaxHasADHD commented 8 years ago

Hi there, I have not created a pod spec because I am not really familiar with that or anything of the like. To implement TraktKit you can either 1) Drag the .xcodeproj file into your project and add it as a dependency and embedded framework. or 2) Drag all of the Swift files into your project.

I recommend #1, its easiest.

MaxHasADHD commented 6 years ago

CocoaPods is now supported!