Skip to content

Commit b7c6ba6

Browse files
author
siam_biswas
committed
Update podspec & version
1 parent 6c0fe9d commit b7c6ba6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ platform :ios, '8.0'
237237
use_frameworks!
238238

239239
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'
241241
end
242242
```
243243

Source/Storage.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
buildSettings = {
312312
CLANG_ENABLE_MODULES = YES;
313313
CODE_SIGN_STYLE = Automatic;
314-
CURRENT_PROJECT_VERSION = 1.0.1;
314+
CURRENT_PROJECT_VERSION = 1.0.2;
315315
DEFINES_MODULE = YES;
316316
DEVELOPMENT_TEAM = A7V4FPU3A3;
317317
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -325,7 +325,7 @@
325325
"@executable_path/Frameworks",
326326
"@loader_path/Frameworks",
327327
);
328-
MARKETING_VERSION = 1.0.1;
328+
MARKETING_VERSION = 1.0.2;
329329
PRODUCT_BUNDLE_IDENTIFIER = com.siambiswas.Storage;
330330
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
331331
SKIP_INSTALL = YES;
@@ -340,7 +340,7 @@
340340
buildSettings = {
341341
CLANG_ENABLE_MODULES = YES;
342342
CODE_SIGN_STYLE = Automatic;
343-
CURRENT_PROJECT_VERSION = 1.0.1;
343+
CURRENT_PROJECT_VERSION = 1.0.2;
344344
DEFINES_MODULE = YES;
345345
DEVELOPMENT_TEAM = A7V4FPU3A3;
346346
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -354,7 +354,7 @@
354354
"@executable_path/Frameworks",
355355
"@loader_path/Frameworks",
356356
);
357-
MARKETING_VERSION = 1.0.1;
357+
MARKETING_VERSION = 1.0.2;
358358
PRODUCT_BUNDLE_IDENTIFIER = com.siambiswas.Storage;
359359
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
360360
SKIP_INSTALL = YES;

Storage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pod::Spec.new do |s|
2-
s.name = "Storage"
2+
s.name = "storage"
33
s.version = "1.0.1"
44
s.summary = "Elegant way to store data in Swift"
55
s.homepage = "https://github.com/siam-biswas/Storage"

0 commit comments

Comments
 (0)