Skip to content

Commit

Permalink
[Add] SoloComponents-iOS.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ootake committed Apr 5, 2012
1 parent 507879d commit 04704c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SoloComponents-iOS/0.0.1/SoloComponents-iOS.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'SoloComponents-iOS'
s.version = '0.0.1'
s.platform = :ios
s.summary = 'Self-contained, two-file (.h/.m) iPhone/iPad components that are dead-easy to drop into your projects'
s.homepage = 'http://www.tarantsov.com/'
s.author = { 'Andrey Tarantsov' => 'andreyvit@gmail.com' }
s.source = { :git => 'https://github.com/andreyvit/SoloComponents-iOS.git',
:commit => '52b181733e043dda121817e6ea1c5f4a146985ef' }
s.source_files = 'ATArrayView/*.{h,m}' , 'ATByteImage/*.{h,m}' , 'ATPagingView/*.{h,m}'
s.frameworks = 'UIKit'
s.clean_paths = "ATPagingView/ATPagingViewDemo", "ATArrayView/ATArrayViewDemo"
end

0 comments on commit 04704c2

Please sign in to comment.