Skip to content

Commit

Permalink
[Updated] SAScrollTableViewCell 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shams-ahmed committed May 4, 2014
1 parent da0de22 commit f61ce3c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SAScrollTableViewCell/0.2.0/SAScrollTableViewCell.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "SAScrollTableViewCell"
s.version = "0.2.0"
s.summary = "UITableViewCell with scrolling media: images, videos, sound etc..."
s.homepage = "https://github.com/shams-ahmed/SAScrollTableViewCell"
s.screenshots = "https://raw.githubusercontent.com/shams-ahmed/SAScrollTableViewCell/master/Assets/Screenshot1.png", "https://raw.githubusercontent.com/shams-ahmed/SAScrollTableViewCell/master/Assets/Screenshot2.png"
s.license = 'MIT'
s.author = { "shams ahmed" => "shamsahmed@me.com" }
s.source = { :git => "https://github.com/shams-ahmed/SAScrollTableViewCell.git", :tag => s.version.to_s }

s.platform = :ios, '7.0'
s.requires_arc = true

s.source_files = 'Classes/**/*.{h,m}'

s.frameworks = 'MediaPlayer'
end

0 comments on commit f61ce3c

Please sign in to comment.