Closed charlymr closed 7 years ago
It seems that main repo is no longer maintained So I have merged this into my fork at https://github.com/Pixate/pixate-freestyle-ios/ which also includes real podspec. So you can switch include latest fixes with:
pod 'PixateFreestyle', :git => "https://github.com/anton-matosov/pixate-freestyle-ios.git", :tag => '2.1.5'
or use the latest code with:
pod 'PixateFreestyle', :git => "https://github.com/anton-matosov/pixate-freestyle-ios.git", :branch => 'master'
It look like a copy of the class from the project "Cocoa Lumberjack" is included in Freestyle, which break compatibility and the ability to import it via cocoa pod.
Really the best would be to edit your pod spec and the pod normally: pod 'CocoaLumberjack', '2.0.0-beta4'
I forked your master and did it, if you feel like integrating it back
WARNING: You now need to run pod install in order to build the Library from the Workspace
TO DO: Update any script that would build the project automatically to point to the workspace instead of the Project