Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
pod file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Adar Porat committed Oct 21, 2012
1 parent b708473 commit dcdd272
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions Three20Lite.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
Pod::Spec.new do |s|
s.name = 'Three20Lite'
s.version = '2.1.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'Three20 is a collection of iPhone UI classes, like a photo viewer, and general utilities,' \
'like an HTTP disk cache. This is a lite edition of three20, which contains some important' \
'changes compared to the original Three20 project. See project homepage for more details.'
s.homepage = 'https://github.com/aporat/three20lite'
s.author = { 'Joe Hewitt' => 'http://github.com/joehewitt' }
s.source = { :git => 'https://github.com/aporat/three20lite.git' }
s.dependency 'SBJson'

s.platform = :ios
s.source_files = 'src/*.{h,m}', 'src/{Core,Network,Navigator,UI,Style}/*.{h,m}'
s.resources = "src/Three20.bundle"
s.clean_paths = "Classes", "*.{plist,pch,md,m,xcodeproj}", "Examples"
s.frameworks = 'QuartzCore'
s.name = 'Three20Lite'
s.version = '2.1.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'Lite edition of Three20, a collection of iPhone UI classes.'
s.description = 'Three20 is a collection of iPhone UI classes, like a photo viewer, and general utilities,' \
'like an HTTP disk cache. This is a lite edition of Three20, which contains some important' \
'changes compared to the original Three20 project. See project homepage for more details.'
s.homepage = 'https://github.com/aporat/three20lite'
s.author = { 'Joe Hewitt' => 'http://github.com/joehewitt' }
s.source = { :git => 'https://github.com/aporat/three20lite.git' }
s.platform = :ios
s.source_files = 'src/*.{h,m}', 'src/{Core,Network,Navigator,UI,Style}/*.{h,m}'
s.resources = "src/Three20.bundle"
s.frameworks = 'QuartzCore'

s.dependency 'SBJson'
end

0 comments on commit dcdd272

Please sign in to comment.