Skip to content

Commit 55fbcf3

Browse files
committed
v2.0.0-beta1
1 parent d06a5c3 commit 55fbcf3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+4929
-5220
lines changed

Assets/logo.png

22.1 KB
Loading

Cartfile.private

Lines changed: 0 additions & 2 deletions
This file was deleted.

Cartfile.resolved

Lines changed: 0 additions & 2 deletions
This file was deleted.

ReactiveKit/Operation/NoError.swift renamed to Package.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Srdan Rasic (@srdanrasic)
4+
// Copyright (c) 2016 Srdan Rasic (@srdanrasic)
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal
@@ -22,5 +22,8 @@
2222
// THE SOFTWARE.
2323
//
2424

25-
public enum NoError: ErrorType {
26-
}
25+
import PackageDescription
26+
27+
let package = Package(
28+
name: "ReactiveKit"
29+
)

README.md

Lines changed: 249 additions & 199 deletions
Large diffs are not rendered by default.

ReactiveKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveKit"
3-
s.version = "1.1.3"
3+
s.version = "2.0.0-beta1"
44
s.summary = "A Swift Reactive Programming Framework"
55
s.description = "ReactiveKit is a collection of Swift frameworks for reactive and functional reactive programming."
66
s.homepage = "https://github.com/ReactiveKit/ReactiveKit"
77
s.license = 'MIT'
88
s.author = { "Srdan Rasic" => "[email protected]" }
9-
s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v1.1.3" }
9+
s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v2.0.0-beta1" }
1010

1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.9'
1313
s.watchos.deployment_target = '2.0'
1414
s.tvos.deployment_target = '9.0'
1515

16-
s.source_files = 'ReactiveKit/**/*.{h,swift}'
16+
s.source_files = 'Sources/*.swift', 'ReactiveKit/*.h'
1717
s.requires_arc = true
1818
end

ReactiveKit.xcodeproj/project.pbxproj

Lines changed: 146 additions & 426 deletions
Large diffs are not rendered by default.

ReactiveKit.xcworkspace/contents.xcworkspacedata

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReactiveKit/Disposables/BlockDisposable.swift

Lines changed: 0 additions & 67 deletions
This file was deleted.

ReactiveKit/Disposables/CompositeDisposable.swift

Lines changed: 0 additions & 64 deletions
This file was deleted.

ReactiveKit/Disposables/Disposable.swift

Lines changed: 0 additions & 33 deletions
This file was deleted.

ReactiveKit/Disposables/DisposeBag.swift

Lines changed: 0 additions & 60 deletions
This file was deleted.

ReactiveKit/Disposables/SerialDisposable.swift

Lines changed: 0 additions & 54 deletions
This file was deleted.

ReactiveKit/Disposables/SimpleDisposable.swift

Lines changed: 0 additions & 34 deletions
This file was deleted.

ReactiveKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.3</string>
18+
<string>2.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)