Skip to content

Commit b9c9ab5

Browse files
committed
Updated ReadMe and Podspec files.
1 parent 956a343 commit b9c9ab5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

ABPasscode.podspec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ Pod::Spec.new do |s|
55
s.version = '0.1'
66
s.summary = ‘This is pass code view controller which can be used for getting secure entry from users.
77
s.description = <<-DESC
8-
SimplePhotoPicker is a control that optionally takes inputs of Source Type & allow Editing. On the basis of these inputs, this control displays the action sheet if needed and displays the iOS default image editor if selected. It has simple block based implementation. No need to implement delegate methods.
8+
A utility control with built in functionality of pass code view that takes inputs in the form secure entry from user. To get the call back methods, you must implement it’s delegate methods to get the code, when user finish entering the passcode.
99
DESC
1010

11-
s.homepage = 'https://github.com/asifbilal786/ABPasscode'
12-
s.screenshots = 'https://raw.githubusercontent.com/asifbilal786/ABPasscode/screenshots/Screenshot_1.png'
11+
s.homepage = 'https://github.com/asifbilal786/ABPasscodeViewController'
1312
s.frameworks = 'UIKit'
1413
s.requires_arc = true
1514

@@ -28,12 +27,12 @@ Pod::Spec.new do |s|
2827

2928

3029
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
31-
s.source = { :git => 'https://github.com/asifbilal786/ABPasscode.git', :tag => s.version }
30+
s.source = { :git => 'https://github.com/asifbilal786/ABPasscodeViewController.git', :tag => s.version }
3231
s.social_media_url = 'https://twitter.com/asifbilal786'
3332

34-
s.default_subspec = 'Core'
33+
s.default_subspec = 'Source'
3534

36-
s.subspec 'Core' do |sp|
35+
s.subspec 'Source' do |sp|
3736
sp.source_files = 'Pod', 'ABPasscode/Source/*.swift'
3837
end
3938

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pod 'ABPasscode', '~> 0.1'
2828
### MEHTOD 2: (Source files)
2929
Alternatively, you can directly add all files under the folder Core to your project.
3030

31-
1. Download the [latest code version](https://github.com/asifbilal786/SimplePhotoPicker/archive/master.zip) or add the repository as a git submodule to your git-tracked project.
31+
1. Download the [latest code version](https://github.com/asifbilal786/ABPasscodeViewController/archive/master.zip) or add the repository as a git submodule to your git-tracked project.
3232
2. Open your Xcode project, then drag and drop source directory onto your project. Make sure to select Copy items when asked if you extracted the code archive outside of your project.
3333

3434

0 commit comments

Comments
 (0)