Skip to content

Commit

Permalink
v2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Apr 5, 2016
1 parent d06a5c3 commit 55fbcf3
Show file tree
Hide file tree
Showing 55 changed files with 4,929 additions and 5,220 deletions.
Binary file modified Assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions Cartfile.private

This file was deleted.

2 changes: 0 additions & 2 deletions Cartfile.resolved

This file was deleted.

9 changes: 6 additions & 3 deletions ReactiveKit/Operation/NoError.swift → Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// The MIT License (MIT)
//
// Copyright (c) 2015 Srdan Rasic (@srdanrasic)
// Copyright (c) 2016 Srdan Rasic (@srdanrasic)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand All @@ -22,5 +22,8 @@
// THE SOFTWARE.
//

public enum NoError: ErrorType {
}
import PackageDescription

let package = Package(
name: "ReactiveKit"
)
448 changes: 249 additions & 199 deletions README.md

Large diffs are not rendered by default.

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

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.source_files = 'ReactiveKit/**/*.{h,swift}'
s.source_files = 'Sources/*.swift', 'ReactiveKit/*.h'
s.requires_arc = true
end
572 changes: 146 additions & 426 deletions ReactiveKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions ReactiveKit.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 0 additions & 67 deletions ReactiveKit/Disposables/BlockDisposable.swift

This file was deleted.

64 changes: 0 additions & 64 deletions ReactiveKit/Disposables/CompositeDisposable.swift

This file was deleted.

33 changes: 0 additions & 33 deletions ReactiveKit/Disposables/Disposable.swift

This file was deleted.

60 changes: 0 additions & 60 deletions ReactiveKit/Disposables/DisposeBag.swift

This file was deleted.

54 changes: 0 additions & 54 deletions ReactiveKit/Disposables/SerialDisposable.swift

This file was deleted.

34 changes: 0 additions & 34 deletions ReactiveKit/Disposables/SimpleDisposable.swift

This file was deleted.

2 changes: 1 addition & 1 deletion ReactiveKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.3</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Loading

0 comments on commit 55fbcf3

Please sign in to comment.