Skip to content

Instantly share code, notes, and snippets.

@angelolloqui
Created June 27, 2012 10:58
Show Gist options
  • Save angelolloqui/3003322 to your computer and use it in GitHub Desktop.
Save angelolloqui/3003322 to your computer and use it in GitHub Desktop.
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'
s.source_files = 'Classes/ShareKit/SHKConfig.h', 'Classes/ShareKit/{Configuration,Core,Customize UI,UI}/**/*.{h,m,c}', 'Classes/ShareKit/Sharers/Actions/**/*.{h,m,c}', 'Classes/ShareKit/Sharers/Services/Facebook/**/*.{h,m}', 'Classes/ShareKit/Sharers/Services/Twitter/**/*.{h,m}'
s.frameworks = 'SystemConfiguration', 'Security', 'MessageUI', 'Twitter'
s.dependency 'SSKeychain'
s.dependency 'Reachability'
s.dependency 'Facebook-iOS-SDK'
s.dependency 'JSONKit'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment