robreuss / VirtualGameController

Software-based game controllers for iOS, tvOS, OS X and watchOS in Swift 4.2.
MIT License
462 stars 44 forks source link

Added pod spec to support watchOS from cocoaPods #23

Closed orff closed 5 years ago

orff commented 8 years ago

will now work with PodFile add:

target 'myProjectWatch Extension' do platform :watchos, ‘2.0’ pod ‘VirtualGameController’, '~> 0.0.14’ end

orff commented 6 years ago

still needed?

robreuss commented 6 years ago

Hey Mike. I think I ran into some trouble with them. Let me investigate again. Definitely want CocoaPods support. Thanks.