Skip to content

Commit a8f862e

Browse files
Transfer to RxSwiftCommunity (#6)
1 parent f827f68 commit a8f862e

26 files changed

+33
-30
lines changed

Example/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Example
44
//
55
// Created by Dang Thai Son on 7/27/17.
6-
// Copyright © 2017 RxSwiftCommunity. All rights reserved.
6+
// Copyright (c) 2017 RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ For more advance usages, please follow [RxDataSources](https://github.com/RxSwif
7575

7676
## License
7777

78-
RxASDataSources is released under the MIT license. See [LICENSE](https://github.com/RxSwiftCommunity/RxTextureDataSources/blob/master/LICENSE) for details.
78+
RxASDataSources is released under the MIT license. See [LICENSE](https://github.com/RxSwiftCommunity/RxASDataSources/blob/master/LICENSE) for details.

RxASDataSources.podspec

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxASDataSources'
3-
s.version = '0.3'
3+
s.version = '0.3.1'
44
s.license = { :type => "MIT", :file => "LICENSE" }
5-
s.summary = 'RxDataSources for AsyncDisplayKit/Texture ASTableNode/ASCollectionNode'
6-
s.homepage = 'https://github.com/dangthaison91/RxASDataSources'
5+
s.summary = 'RxDataSources for AsyncDisplayKit/Texture supports ASTableNode/ASCollectionNode'
6+
s.homepage = 'https://github.com/RxSwiftCommunity/RxASDataSources'
77
s.social_media_url = 'https://twitter.com/dangthaison91'
88
s.authors = { "Dang Thai Son" => "dangthaison.91@gmail.com" }
9-
s.source = { :git => "https://github.com/dangthaison91/RxASDataSources.git", :tag => s.version.to_s }
10-
s.platforms = { :ios => "8.0" }
9+
s.source = { :git => "https://github.com/RxSwiftCommunity/RxASDataSources.git", :tag => s.version.to_s }
10+
11+
s.ios.deployment_target = '8.0'
12+
s.tvos.deployment_target = '9.0'
13+
# s.pod_target_xcconfig = { "SWIFT_VERSION" => "4.0" }
1114
s.requires_arc = true
1215

1316
s.source_files = "Sources/**/*.swift"

Sources/DataSources/ASCollectionNode+Rx/ASCollectionNode+SectionViewType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxASDataSources
44
//
55
// Created by Dang Thai Son on 7/27/17.
6-
// Copyright © 2017 RxSwiftCommunity. All rights reserved.
6+
// Copyright (c) 2017 RxSwiftCommunity. All rights reserved.
77
//
88

99
import Foundation

Sources/DataSources/ASCollectionNode+Rx/ASCollectionNode+rx.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxASDataSources
44
//
55
// Created by Dang Thai Son on 7/27/17.
6-
// Copyright © 2017 RxSwiftCommunity. All rights reserved.
6+
// Copyright (c) 2017 RxSwiftCommunity. All rights reserved.
77
//
88

99
import AsyncDisplayKit

Sources/DataSources/ASCollectionNode+Rx/ASCollectionSectionedDataSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxASDataSources
44
//
55
// Created by Dang Thai Son on 7/27/17.
6-
// Copyright © 2017 RxSwiftCommunity. All rights reserved.
6+
// Copyright (c) 2017 RxSwiftCommunity. All rights reserved.
77
//
88

99
import Foundation

Sources/DataSources/ASCollectionNode+Rx/RxASCollectionAnimatedDataSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxASDataSources
44
//
55
// Created by Dang Thai Son on 7/27/17.
6-
// Copyright © 2017 RxSwiftCommunity. All rights reserved.
6+
// Copyright (c) 2017 RxSwiftCommunity. All rights reserved.
77
//
88

99
import Foundation

Sources/DataSources/ASCollectionNode+Rx/RxASCollectionDataSourceType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxASDataSources
44
//
55
// Created by Dang Thai Son on 7/27/17.
6-
// Copyright © 2017 RxSwiftCommunity. All rights reserved.
6+
// Copyright (c) 2017 RxSwiftCommunity. All rights reserved.
77
//
88

99
import Foundation

Sources/DataSources/ASCollectionNode+Rx/RxASCollectionReloadDataSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxASDataSources
44
//
55
// Created by Dang Thai Son on 7/27/17.
6-
// Copyright © 2017 RxSwiftCommunity. All rights reserved.
6+
// Copyright (c) 2017 RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

Sources/DataSources/ASTableNode+Rx/ASTableNode+Rx.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
//
55
// Created by Dang Thai Son on 7/15/17.
6-
// Copyright © 2017 Dang Thai Son. All rights reserved.
6+
// Copyright (c) 2017 RxSwiftCommunity. All rights reserved.
77
//
88

99
import Foundation

0 commit comments

Comments
 (0)