File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.13.0 </string >
18+ <string >0.13.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Cedar'
3- s . version = '0.13.0 '
3+ s . version = '0.13.1 '
44 s . license = 'MIT'
55 s . summary = 'BDD-style testing using Objective-C.'
66 s . homepage = 'https://github.com/pivotal/cedar'
77 s . author = { 'Pivotal Labs' => 'http://pivotallabs.com' }
88 s . license = { :type => 'MIT' , :file => 'MIT.LICENSE.txt' }
9- s . source = { :git => 'https://github.com/pivotal/cedar.git' , :tag => 'v0.12.0' }
9+ s . source = { :git => 'https://github.com/pivotal/cedar.git' , :tag => "v #{ s . version } " }
1010
1111 s . osx . deployment_target = '10.7'
1212 s . ios . deployment_target = '6.0'
Original file line number Diff line number Diff line change 11#import < Foundation/Foundation.h>
22
3- static NSString *CDRVersion = @" 0.13.0 " ;
3+ static NSString *CDRVersion = @" 0.13.1 " ;
You can’t perform that action at this time.
0 commit comments