Skip to content

Commit

Permalink
[Update] NSDate-TimeDifference
Browse files Browse the repository at this point in the history
  • Loading branch information
ootake committed Apr 26, 2012
1 parent fad7919 commit 04f8845
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NSDate-TimeDifference/1.0.1/NSDate-TimeDifference.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'NSDate-TimeDifference'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Returns a string with the elapsed time from the current time.'
s.homepage = 'https://github.com/ootake/NSDate-TimeDifference/'
s.author = { 'satoshi ootake' => 'ootake1@gmail.com' }
s.source = { :git => 'https://github.com/ootake/NSDate-TimeDifference.git' , :tag => '1.0.1' }
s.source_files = 'NSDate+TimeDifference/NSDate+TimeDifference.{h,m}'
s.resource = "NSDate+TimeDifference/NSDate+TimeDifference.bundle"
s.platform = :ios
s.clean_paths = 'NSDate+TimeDifferenceExample.xcodeproj' , 'NSDate+TimeDifferenceExample' , 'NSDate-TimeDifference.podspec'
s.requires_arc = true
end

0 comments on commit 04f8845

Please sign in to comment.