Skip to content

Commit

Permalink
CRMotionView updated to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christianroman committed Feb 17, 2014
1 parent 067bef0 commit 4c8d47f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CRMotionView/0.3/CRMotionView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|

s.name = "CRMotionView"
s.version = "0.3"
s.summary = "A custom photo viewer that implements device motion scrolling, inspired by Facebook Paper."
s.homepage = "https://github.com/chroman/CRMotionView"
s.screenshots = "http://chroman.me/wp-content/uploads/2014/02/main3.jpg"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Christian Roman" => "chroman16@gmail.com" }
s.source = {
:git => "https://github.com/chroman/CRMotionView.git",
:tag => "#{s.version}"
}

s.platform = :ios, '6.0'
s.source_files = 'CRMotionView/*.{h,m}'
s.requires_arc = true
s.frameworks = 'UIKit', 'CoreMotion'

end

0 comments on commit 4c8d47f

Please sign in to comment.