File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Project/MoonKit.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "MoonKit"
3
- s . version = "1.0.4 "
3
+ s . version = "1.0.5 "
4
4
s . summary = "MoonKit is a short framework to get information about the moon"
5
5
s . requires_arc = true
6
6
s . homepage = "https://github.com/thejohnlima/MoonKit"
Original file line number Diff line number Diff line change 276
276
"@executable_path/Frameworks",
277
277
"@loader_path/Frameworks",
278
278
);
279
- MARKETING_VERSION = 1.0.4 ;
279
+ MARKETING_VERSION = 1.0.5 ;
280
280
PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.MoonKit;
281
281
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
282
282
SKIP_INSTALL = YES;
300
300
"@executable_path/Frameworks",
301
301
"@loader_path/Frameworks",
302
302
);
303
- MARKETING_VERSION = 1.0.4 ;
303
+ MARKETING_VERSION = 1.0.5 ;
304
304
PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.MoonKit;
305
305
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
306
306
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments