Skip to content

Commit

Permalink
A new version created.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilker Ozcan committed Jan 21, 2019
1 parent 2f22a93 commit eb9c331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions IOPatternLock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Pod::Spec.new do |s|

s.name = 'IOPatternLock'
s.summary = 'An easy-to-use, customizable Android Pattern Lock view for iOS'
s.version = '1.0.2'
s.version = '1.0.3'
s.author = 'Ilker OZCAN'
s.homepage = 'http://www.ilkerozcan.com.tr'
s.homepage = 'https://github.com/ilk33r/IOPatternLock'
s.license = { :type => 'MIT' }

s.platform = :ios, '9.0'
s.requires_arc = true
s.source = { :git => 'https://github.com/ilk33r/IOPatternLock.git', :tag => '1.0.2' }
s.source = { :git => 'https://github.com/ilk33r/IOPatternLock.git', :tag => '1.0.3' }

s.ios.deployment_target = '9.0'
s.default_subspecs = 'Default'
Expand Down
2 changes: 1 addition & 1 deletion ioPatternLock/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit eb9c331

Please sign in to comment.