Hacker News new | ask | show | jobs
by coob 4420 days ago
Hi vpdn.

The Podspec seems a little screwy, it's not installing the actually library files, just the PSDWriter classes.

Edit: I notice the pod spec has changed since the tag - maybe you need to tag a new 0.1.1 ?

Edit 2: Using "pod 'MMLayershots' :head" in the pod spec still doesn't work.

1 comments

Thanks! I think I screwed up the source_files regex in the Podfile. Have pushed a new pull request to the Cocoapods repo, hopefully will be fixed soon.

Update: There's a transitioning period currently ongoing at Cocoapods (migration to Cocoapods Trunk). For now please use the updated podspec in the github repo directly:

pod 'MMLayershots', :podspec => 'https://raw.githubusercontent.com/vpdn/MMLayershots/master/M...

alternatively, use:

pod 'MMLayershots', :git => 'https://github.com/vpdn/MMLayershots.git'