Skip to content

Commit 58a7317

Browse files
committed
Reorganize directory and project structure
1 parent 84759ed commit 58a7317

File tree

21 files changed

+486
-491
lines changed

21 files changed

+486
-491
lines changed

.bundle/config

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
.bundle
23

34
**/xcuserdata
45
*.pbxuser

Example/Podfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
platform :ios, '8.0'
2+
3+
target 'RxKeyboardExample' do
4+
use_frameworks!
5+
6+
pod 'RxKeyboard', :path => '../'
7+
pod 'Then'
8+
pod 'UITextView+Placeholder'
9+
pod 'ReusableKit'
10+
pod 'SnapKit'
11+
pod 'ManualLayout'
12+
pod 'SwiftyColor'
13+
pod 'SwiftyImage'
14+
pod 'CGFloatLiteral'
15+
end

Podfile.lock renamed to Example/Podfile.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ PODS:
44
- ReusableKit (1.1.0)
55
- RxCocoa (3.1.0):
66
- RxSwift (~> 3.1)
7+
- RxKeyboard (0.4.0):
8+
- RxCocoa (>= 3.0)
9+
- RxSwift (>= 3.0)
710
- RxSwift (3.1.0)
811
- SnapKit (3.1.2)
912
- SwiftyColor (1.0.0)
@@ -15,26 +18,30 @@ DEPENDENCIES:
1518
- CGFloatLiteral
1619
- ManualLayout
1720
- ReusableKit
18-
- RxCocoa (>= 3.0)
19-
- RxSwift (>= 3.0)
21+
- RxKeyboard (from `../`)
2022
- SnapKit
2123
- SwiftyColor
2224
- SwiftyImage
2325
- Then
2426
- UITextView+Placeholder
2527

28+
EXTERNAL SOURCES:
29+
RxKeyboard:
30+
:path: "../"
31+
2632
SPEC CHECKSUMS:
2733
CGFloatLiteral: 5bdcd81cb54b56cd71c4e5e66a33cb86cd51ecbf
2834
ManualLayout: 68ac8cfa6b5f656f7a9fadec3730208b95986880
2935
ReusableKit: 89e743a120bab0d95848bff27e481833c2768905
3036
RxCocoa: 50d7564866da9299161e86a263ce12a0873904d8
37+
RxKeyboard: cf7f4463f27e580a3542127877ef9e3a71183744
3138
RxSwift: 83ff553e7593fdfdcb2562933a64c0284dffdadc
3239
SnapKit: 12b24f569cb7c143acc9c22b9d91b23e7b1c84a2
3340
SwiftyColor: 7fa09db14051bc5d7f539e1c4576665975225992
3441
SwiftyImage: 79090f8b96057b3e91064de172936b97855086e6
3542
Then: 8496793c8fcac95482b943909b440724c7d8d82c
3643
UITextView+Placeholder: 77680995fcdd07c3f52ec92fe1150874a2ac89ff
3744

38-
PODFILE CHECKSUM: d30854ce45b111af70ef42468452a63fdf848bc6
45+
PODFILE CHECKSUM: 49cf5def62bcfa2dfbe0c5118a9372a4162ec992
3946

4047
COCOAPODS: 1.1.1

Demo/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to Example/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{
22
"images" : [
3-
{
4-
"idiom" : "iphone",
5-
"size" : "20x20",
6-
"scale" : "2x"
7-
},
8-
{
9-
"idiom" : "iphone",
10-
"size" : "20x20",
11-
"scale" : "3x"
12-
},
133
{
144
"idiom" : "iphone",
155
"size" : "29x29",

0 commit comments

Comments
 (0)