Skip to content

Commit e0f8637

Browse files
committed
[Update] NSDate-TimeDifference
1 parent 6657132 commit e0f8637

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

NSDate-TimeDifference.podspec

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'NSDate-TimeDifference'
3-
s.version = '0.0.1'
3+
s.version = '1.0.1'
44
s.license = 'MIT'
55
s.summary = 'Returns a string with the elapsed time from the current time.'
66
s.homepage = 'https://github.com/ootake/NSDate-TimeDifference/'
77
s.author = { 'satoshi ootake' => '[email protected]' }
8-
s.source = { :git => 'git@github.com:ootake/NSDate-TimeDifference.git' , :commit => 'a684d2e4a9c636a158e866656e426dfc65e963e5' }
8+
s.source = { :git => 'https://github.com/ootake/NSDate-TimeDifference.git' , :tag => '1.0.1' }
99
s.source_files = 'NSDate+TimeDifference/NSDate+TimeDifference.{h,m}'
10+
s.resource = "NSDate+TimeDifference/NSDate+TimeDifference.bundle"
1011
s.platform = :ios
11-
s.clean_paths = 'NSDate+TimeDifferenceExample.xcodeproj' , 'NSDate+TimeDifferenceExample'
12+
s.clean_paths = 'NSDate+TimeDifferenceExample.xcodeproj' , 'NSDate+TimeDifferenceExample' , 'NSDate-TimeDifference.podspec'
1213
s.requires_arc = true
1314
end

0 commit comments

Comments
 (0)