Skip to content

Instantly share code, notes, and snippets.

@angelolloqui
angelolloqui / ShareKit-FB-Twitter.podspec
Created June 27, 2012 10:58
Spec pointing to angelolloqui fork with some fixes
Pod::Spec.new do |s|
s.name = 'ShareKit-FB-Twitter'
s.version = '2.0'
s.platform = :ios
s.summary = 'Drop in sharing features for all iPhone and iPad apps.'
s.homepage = 'https://github.com/ShareKit/ShareKit'
s.author = { 'ShareKit Community' => 'No Email' }
s.source = { :git => 'https://github.com/angelolloqui/ShareKit.git', :commit => '176a851624de87506773d0137bd780d494544fbe' }
s.resource = 'Classes/ShareKit/ShareKit.bundle', 'Classes/ShareKit/Core/SHKSharers.plist'