Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PoissonBallon committed Dec 29, 2017
1 parent ea30246 commit 81f62a1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions EasyRealm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'EasyRealm'
s.version = '3.0.0'
s.version = '3.1.0'
s.summary = 'EasyRealm is a micro-framework that helps you use Realm.'

# This description is used to generate tags and improve search results.
Expand All @@ -35,12 +35,4 @@ EasyRealm is a micro-framework (less than 200 LOC) that helps you use Realm.

s.source_files = 'EasyRealm/Classes/**/*'
s.dependency 'RealmSwift', '~> 3.0.0'

# s.resource_bundles = {
# 'EasyRealm' => ['EasyRealm/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit 81f62a1

Please sign in to comment.