Skip to content
This repository was archived by the owner on May 29, 2018. It is now read-only.

Commit 5c01b0c

Browse files
committed
Podspec updated
1 parent 5514998 commit 5c01b0c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

LSCoreDataManager.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'LSCoreDataManager'
33
s.platform = :ios, '7.0'
4-
s.version = '1.3'
5-
s.license = 'Copyright, 2014, Luca Serpico'
4+
s.version = '1.3.1'
5+
s.license = 'Copyright, 2015, Luca Serpico'
66
s.summary = 'It is a nice library to manage the Core Data simplifying the developer task in performance management.'
77
s.homepage = 'https://github.com/serluca/LSCoreDataManager'
88
s.author = {'Luca Serpico' => 'serpicoluca@gmail.com'}
9-
s.source = { :git => 'https://github.com/serluca/LSCoreDataManager.git', :tag => '1.3' }
9+
s.source = { :git => 'https://github.com/serluca/LSCoreDataManager.git', :tag => s.version.to_s }
10+
s.social_media_url = 'https://twitter.com/serluca'
1011
s.requires_arc = true
1112
s.ios.deployment_target = '7.0'
1213
s.source_files = 'LSCoreDataManager/*.{h,m}'

0 commit comments

Comments
 (0)