File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ platform :ios, '8.0'
237
237
use_frameworks!
238
238
239
239
target ' MyApp' do
240
- pod ' Storage ' , :git => ' https://github.com/siam-biswas/Storage.git'
240
+ pod ' storage ' , :git => ' https://github.com/siam-biswas/Storage.git'
241
241
end
242
242
```
243
243
Original file line number Diff line number Diff line change 311
311
buildSettings = {
312
312
CLANG_ENABLE_MODULES = YES;
313
313
CODE_SIGN_STYLE = Automatic;
314
- CURRENT_PROJECT_VERSION = 1.0.1 ;
314
+ CURRENT_PROJECT_VERSION = 1.0.2 ;
315
315
DEFINES_MODULE = YES;
316
316
DEVELOPMENT_TEAM = A7V4FPU3A3;
317
317
DYLIB_COMPATIBILITY_VERSION = 1;
325
325
"@executable_path/Frameworks",
326
326
"@loader_path/Frameworks",
327
327
);
328
- MARKETING_VERSION = 1.0.1 ;
328
+ MARKETING_VERSION = 1.0.2 ;
329
329
PRODUCT_BUNDLE_IDENTIFIER = com.siambiswas.Storage;
330
330
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
331
331
SKIP_INSTALL = YES;
340
340
buildSettings = {
341
341
CLANG_ENABLE_MODULES = YES;
342
342
CODE_SIGN_STYLE = Automatic;
343
- CURRENT_PROJECT_VERSION = 1.0.1 ;
343
+ CURRENT_PROJECT_VERSION = 1.0.2 ;
344
344
DEFINES_MODULE = YES;
345
345
DEVELOPMENT_TEAM = A7V4FPU3A3;
346
346
DYLIB_COMPATIBILITY_VERSION = 1;
354
354
"@executable_path/Frameworks",
355
355
"@loader_path/Frameworks",
356
356
);
357
- MARKETING_VERSION = 1.0.1 ;
357
+ MARKETING_VERSION = 1.0.2 ;
358
358
PRODUCT_BUNDLE_IDENTIFIER = com.siambiswas.Storage;
359
359
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
360
360
SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
- s . name = "Storage "
2
+ s . name = "storage "
3
3
s . version = "1.0.1"
4
4
s . summary = "Elegant way to store data in Swift"
5
5
s . homepage = "https://github.com/siam-biswas/Storage"
You can’t perform that action at this time.
0 commit comments