Skip to content

Commit

Permalink
Bumped podspec to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpjswl committed Jan 31, 2022
1 parent 1911518 commit 9ec45f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ASJCoreDataOperation.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'ASJCoreDataOperation'
s.version = '1.0'
s.platform = :ios, '7.0'
s.version = '1.1'
s.platform = :ios, '9.0'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/sudeepjaiswal/ASJCoreDataOperation'
s.authors = { 'Sudeep Jaiswal' => 'sudeepjaiswal87@gmail.com' }
s.homepage = 'https://github.com/sdpjswl/ASJCoreDataOperation'
s.authors = { 'Sudeep' => 'sdpjswl1@gmail.com' }
s.summary = 'Do asynchronous CoreData operations without blocking your UI'
s.source = { :git => 'https://github.com/sudeepjaiswal/ASJCoreDataOperation.git', :tag => s.version }
s.source = { :git => 'https://github.com/sdpjswl/ASJCoreDataOperation.git', :tag => s.version }
s.source_files = 'ASJCoreDataOperation/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 9ec45f1

Please sign in to comment.