We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3c7a3 commit ab86368Copy full SHA for ab86368
IceCream.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.version = '0.1.0'
12
s.summary = 'Sync Realm with CloudKit'
13
s.description = <<-DESC
14
- Sync Realm Database with CloudKit, written in Swift 4. By adding just a few lines in your project, it works like magic.
+ Sync Realm Database with CloudKit, written in Swift. It works just like magic.
15
DESC
16
s.homepage = 'https://github.com/caiyue1993/IceCream'
17
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -24,5 +24,4 @@ Pod::Spec.new do |s|
24
25
s.dependency 'RealmSwift'
26
s.dependency 'RxRealm'
27
- s.dependency 'ReachabilitySwift'
28
end
0 commit comments