Skip to content

Commit

Permalink
create CUShareCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
studentdeng committed Oct 31, 2013
1 parent d56bc55 commit 8309139
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CUShareCenter/1.0.0/CUShareCenter.podspec
@@ -0,0 +1,28 @@
Pod::Spec.new do |s|
s.name = "CUShareCenter"
s.version = "1.0.0"
s.summary = "a collection of share interface including sina、qq and renren"

s.description = <<-DESC
a collection of share interface including sina、qq and renren
include renren2.0 sdk and qq connect 2.0.0
DESC

s.homepage = "https://github.com/studentdeng/CUShareCenter"
s.license = 'MIT'
s.author = { "curer" => "studentdeng@hotmail.com" }
s.platform = :ios, '5.0'

s.source = { :git => "https://github.com/studentdeng/CUShareCenter.git", :tag => s.version.to_s }
s.source_files = 'CUShareCenter', 'CUShareCenter/**/*.{h,m}'

s.resource = 'CUShareCenter/Vendor/qq/TencentOpenApi_IOS_Bundle.bundle', 'CUShareCenter/Vendor/renren/RennSDK.bundle', 'CUShareCenter/Vendor/SinaWeibo/SinaWeibo.bundle'

s.frameworks = 'CoreTelephony'
s.vendored_frameworks = 'CUShareCenter/Vendor/qq/TencentOpenAPI.framework', 'CUShareCenter/Vendor/renren/RennSDK.framework'

s.library = 'sqlite3', 'stdc++'
s.requires_arc = true

s.dependency 'CURestKit', '~> 1.0.3'
end

0 comments on commit 8309139

Please sign in to comment.