Skip to content

Commit f5c9af7

Browse files
committed
Update CocoaPods config for CocoaPods 1.0.1
1 parent 0a19dc6 commit f5c9af7

File tree

5 files changed

+107
-78
lines changed

5 files changed

+107
-78
lines changed

Action.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Pod::Spec.new do |s|
2121
s.source_files = "*.{swift}"
2222

2323
s.frameworks = "Foundation"
24-
s.dependency "RxSwift", '~> 2.0'
25-
s.dependency "RxCocoa", '~> 2.0'
24+
s.dependency "RxSwift", '~> 2.6'
25+
s.dependency "RxCocoa", '~> 2.6'
2626

2727
s.watchos.exclude_files = "UIButton+Rx.swift", "UIBarButtonItem+Action.swift", "AlertAction.swift"
2828
s.osx.exclude_files = "UIButton+Rx.swift", "UIBarButtonItem+Action.swift", "AlertAction.swift"

Demo/Demo.xcodeproj/project.pbxproj

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
1E38A8F52582DDBBE596B555 /* Pods_DemoTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88FB1EAECF6195254D3B9F5A /* Pods_DemoTests.framework */; };
1011
3D21522B1C0385D000563245 /* BarButtonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D21522A1C0385D000563245 /* BarButtonTests.swift */; };
1112
5E12CE511C050D4E00551C14 /* AlertActionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E12CE501C050D4E00551C14 /* AlertActionTests.swift */; };
1213
5E9E831F1BF79B3000C85B46 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E9E831E1BF79B3000C85B46 /* AppDelegate.swift */; };
@@ -16,8 +17,7 @@
1617
5E9E83291BF79B3000C85B46 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5E9E83271BF79B3000C85B46 /* LaunchScreen.storyboard */; };
1718
5E9E83341BF79B3000C85B46 /* ActionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E9E83331BF79B3000C85B46 /* ActionTests.swift */; };
1819
5EA1F72F1BFFBEE700F90655 /* ButtonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA1F72E1BFFBEE700F90655 /* ButtonTests.swift */; };
19-
D420548BF5F22D73EBE331B5 /* Pods_Demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D17220F8B838BAC5669B1FA /* Pods_Demo.framework */; };
20-
FA2C94EBA372878D8E2F8CFE /* Pods_DemoTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 445E6C94A9450910D57A2308 /* Pods_DemoTests.framework */; };
20+
7CFE872F031816DC567A08D2 /* Pods_Demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAD81C2AC9E0C9792AC1ED64 /* Pods_Demo.framework */; };
2121
/* End PBXBuildFile section */
2222

2323
/* Begin PBXContainerItemProxy section */
@@ -31,10 +31,8 @@
3131
/* End PBXContainerItemProxy section */
3232

3333
/* Begin PBXFileReference section */
34-
0AC0C4A5083830D8B073C261 /* Pods-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.release.xcconfig"; path = "Pods/Target Support Files/Pods-Demo/Pods-Demo.release.xcconfig"; sourceTree = "<group>"; };
35-
0D17220F8B838BAC5669B1FA /* Pods_Demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
34+
0FC57DA3F0F008B3ADB13CCF /* Pods-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.release.xcconfig"; path = "Pods/Target Support Files/Pods-Demo/Pods-Demo.release.xcconfig"; sourceTree = "<group>"; };
3635
3D21522A1C0385D000563245 /* BarButtonTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BarButtonTests.swift; sourceTree = "<group>"; };
37-
445E6C94A9450910D57A2308 /* Pods_DemoTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DemoTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3836
5E12CE501C050D4E00551C14 /* AlertActionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlertActionTests.swift; sourceTree = "<group>"; };
3937
5E9E831B1BF79B3000C85B46 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
4038
5E9E831E1BF79B3000C85B46 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -47,36 +45,49 @@
4745
5E9E83331BF79B3000C85B46 /* ActionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionTests.swift; sourceTree = "<group>"; };
4846
5E9E83351BF79B3000C85B46 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4947
5EA1F72E1BFFBEE700F90655 /* ButtonTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonTests.swift; sourceTree = "<group>"; };
50-
70E1576B5ED822BE2737B48E /* Pods-DemoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-DemoTests/Pods-DemoTests.release.xcconfig"; sourceTree = "<group>"; };
51-
9445916B92E10148D9B71C42 /* Pods-Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Demo/Pods-Demo.debug.xcconfig"; sourceTree = "<group>"; };
52-
D8D3AEEC3DE78BE47F2D84BF /* Pods-DemoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DemoTests/Pods-DemoTests.debug.xcconfig"; sourceTree = "<group>"; };
48+
88FB1EAECF6195254D3B9F5A /* Pods_DemoTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DemoTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
49+
B5E16A2BF7A71D46B1A1DAB1 /* Pods-DemoTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-DemoTests/Pods-DemoTests.release.xcconfig"; sourceTree = "<group>"; };
50+
C08329B799F7732D3A0CADC6 /* Pods-DemoTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DemoTests/Pods-DemoTests.debug.xcconfig"; sourceTree = "<group>"; };
51+
EAD81C2AC9E0C9792AC1ED64 /* Pods_Demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
52+
FA8EC395A5F680166A3598E2 /* Pods-Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Demo/Pods-Demo.debug.xcconfig"; sourceTree = "<group>"; };
5353
/* End PBXFileReference section */
5454

5555
/* Begin PBXFrameworksBuildPhase section */
5656
5E9E83181BF79B3000C85B46 /* Frameworks */ = {
5757
isa = PBXFrameworksBuildPhase;
5858
buildActionMask = 2147483647;
5959
files = (
60-
D420548BF5F22D73EBE331B5 /* Pods_Demo.framework in Frameworks */,
60+
7CFE872F031816DC567A08D2 /* Pods_Demo.framework in Frameworks */,
6161
);
6262
runOnlyForDeploymentPostprocessing = 0;
6363
};
6464
5E9E832C1BF79B3000C85B46 /* Frameworks */ = {
6565
isa = PBXFrameworksBuildPhase;
6666
buildActionMask = 2147483647;
6767
files = (
68-
FA2C94EBA372878D8E2F8CFE /* Pods_DemoTests.framework in Frameworks */,
68+
1E38A8F52582DDBBE596B555 /* Pods_DemoTests.framework in Frameworks */,
6969
);
7070
runOnlyForDeploymentPostprocessing = 0;
7171
};
7272
/* End PBXFrameworksBuildPhase section */
7373

7474
/* Begin PBXGroup section */
75-
5DD26D155C4A32BCB9E97DF5 /* Frameworks */ = {
75+
197229D6E836B8C4C80218D3 /* Pods */ = {
7676
isa = PBXGroup;
7777
children = (
78-
0D17220F8B838BAC5669B1FA /* Pods_Demo.framework */,
79-
445E6C94A9450910D57A2308 /* Pods_DemoTests.framework */,
78+
FA8EC395A5F680166A3598E2 /* Pods-Demo.debug.xcconfig */,
79+
0FC57DA3F0F008B3ADB13CCF /* Pods-Demo.release.xcconfig */,
80+
C08329B799F7732D3A0CADC6 /* Pods-DemoTests.debug.xcconfig */,
81+
B5E16A2BF7A71D46B1A1DAB1 /* Pods-DemoTests.release.xcconfig */,
82+
);
83+
name = Pods;
84+
sourceTree = "<group>";
85+
};
86+
4B56BEFEA1D35AF0E397E087 /* Frameworks */ = {
87+
isa = PBXGroup;
88+
children = (
89+
EAD81C2AC9E0C9792AC1ED64 /* Pods_Demo.framework */,
90+
88FB1EAECF6195254D3B9F5A /* Pods_DemoTests.framework */,
8091
);
8192
name = Frameworks;
8293
sourceTree = "<group>";
@@ -87,8 +98,8 @@
8798
5E9E831D1BF79B3000C85B46 /* Demo */,
8899
5E9E83321BF79B3000C85B46 /* DemoTests */,
89100
5E9E831C1BF79B3000C85B46 /* Products */,
90-
B9A72F385771BB4F1D5D8997 /* Pods */,
91-
5DD26D155C4A32BCB9E97DF5 /* Frameworks */,
101+
197229D6E836B8C4C80218D3 /* Pods */,
102+
4B56BEFEA1D35AF0E397E087 /* Frameworks */,
92103
);
93104
sourceTree = "<group>";
94105
};
@@ -126,30 +137,19 @@
126137
path = DemoTests;
127138
sourceTree = "<group>";
128139
};
129-
B9A72F385771BB4F1D5D8997 /* Pods */ = {
130-
isa = PBXGroup;
131-
children = (
132-
9445916B92E10148D9B71C42 /* Pods-Demo.debug.xcconfig */,
133-
0AC0C4A5083830D8B073C261 /* Pods-Demo.release.xcconfig */,
134-
D8D3AEEC3DE78BE47F2D84BF /* Pods-DemoTests.debug.xcconfig */,
135-
70E1576B5ED822BE2737B48E /* Pods-DemoTests.release.xcconfig */,
136-
);
137-
name = Pods;
138-
sourceTree = "<group>";
139-
};
140140
/* End PBXGroup section */
141141

142142
/* Begin PBXNativeTarget section */
143143
5E9E831A1BF79B3000C85B46 /* Demo */ = {
144144
isa = PBXNativeTarget;
145145
buildConfigurationList = 5E9E83381BF79B3000C85B46 /* Build configuration list for PBXNativeTarget "Demo" */;
146146
buildPhases = (
147-
476893DEBBD09CFEEBAB1FE7 /* Check Pods Manifest.lock */,
147+
C67812585C68CC43B8349F9E /* [CP] Check Pods Manifest.lock */,
148148
5E9E83171BF79B3000C85B46 /* Sources */,
149149
5E9E83181BF79B3000C85B46 /* Frameworks */,
150150
5E9E83191BF79B3000C85B46 /* Resources */,
151-
7ABA54D87F6EAFBE18A5C0C0 /* Embed Pods Frameworks */,
152-
0C150038001E14E337EB313D /* Copy Pods Resources */,
151+
B79BC27F5C87B9744F604772 /* [CP] Embed Pods Frameworks */,
152+
40523E7F7A001D92A25A6C40 /* [CP] Copy Pods Resources */,
153153
);
154154
buildRules = (
155155
);
@@ -164,12 +164,12 @@
164164
isa = PBXNativeTarget;
165165
buildConfigurationList = 5E9E833B1BF79B3000C85B46 /* Build configuration list for PBXNativeTarget "DemoTests" */;
166166
buildPhases = (
167-
5360184B9F259294C379A58C /* Check Pods Manifest.lock */,
167+
861A844C57B985F1E77112AE /* [CP] Check Pods Manifest.lock */,
168168
5E9E832B1BF79B3000C85B46 /* Sources */,
169169
5E9E832C1BF79B3000C85B46 /* Frameworks */,
170170
5E9E832D1BF79B3000C85B46 /* Resources */,
171-
3687891F1FDA421F9C6562F1 /* Embed Pods Frameworks */,
172-
E4B7482FC6D73BF2E9CB7711 /* Copy Pods Resources */,
171+
052A3637C9FB7C4EEEC20B9C /* [CP] Embed Pods Frameworks */,
172+
FE08E180F4C2771DBA32E3B3 /* [CP] Copy Pods Resources */,
173173
);
174174
buildRules = (
175175
);
@@ -239,89 +239,89 @@
239239
/* End PBXResourcesBuildPhase section */
240240

241241
/* Begin PBXShellScriptBuildPhase section */
242-
0C150038001E14E337EB313D /* Copy Pods Resources */ = {
242+
052A3637C9FB7C4EEEC20B9C /* [CP] Embed Pods Frameworks */ = {
243243
isa = PBXShellScriptBuildPhase;
244244
buildActionMask = 2147483647;
245245
files = (
246246
);
247247
inputPaths = (
248248
);
249-
name = "Copy Pods Resources";
249+
name = "[CP] Embed Pods Frameworks";
250250
outputPaths = (
251251
);
252252
runOnlyForDeploymentPostprocessing = 0;
253253
shellPath = /bin/sh;
254-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-resources.sh\"\n";
254+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DemoTests/Pods-DemoTests-frameworks.sh\"\n";
255255
showEnvVarsInLog = 0;
256256
};
257-
3687891F1FDA421F9C6562F1 /* Embed Pods Frameworks */ = {
257+
40523E7F7A001D92A25A6C40 /* [CP] Copy Pods Resources */ = {
258258
isa = PBXShellScriptBuildPhase;
259259
buildActionMask = 2147483647;
260260
files = (
261261
);
262262
inputPaths = (
263263
);
264-
name = "Embed Pods Frameworks";
264+
name = "[CP] Copy Pods Resources";
265265
outputPaths = (
266266
);
267267
runOnlyForDeploymentPostprocessing = 0;
268268
shellPath = /bin/sh;
269-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DemoTests/Pods-DemoTests-frameworks.sh\"\n";
269+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-resources.sh\"\n";
270270
showEnvVarsInLog = 0;
271271
};
272-
476893DEBBD09CFEEBAB1FE7 /* Check Pods Manifest.lock */ = {
272+
861A844C57B985F1E77112AE /* [CP] Check Pods Manifest.lock */ = {
273273
isa = PBXShellScriptBuildPhase;
274274
buildActionMask = 2147483647;
275275
files = (
276276
);
277277
inputPaths = (
278278
);
279-
name = "Check Pods Manifest.lock";
279+
name = "[CP] Check Pods Manifest.lock";
280280
outputPaths = (
281281
);
282282
runOnlyForDeploymentPostprocessing = 0;
283283
shellPath = /bin/sh;
284284
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
285285
showEnvVarsInLog = 0;
286286
};
287-
5360184B9F259294C379A58C /* Check Pods Manifest.lock */ = {
287+
B79BC27F5C87B9744F604772 /* [CP] Embed Pods Frameworks */ = {
288288
isa = PBXShellScriptBuildPhase;
289289
buildActionMask = 2147483647;
290290
files = (
291291
);
292292
inputPaths = (
293293
);
294-
name = "Check Pods Manifest.lock";
294+
name = "[CP] Embed Pods Frameworks";
295295
outputPaths = (
296296
);
297297
runOnlyForDeploymentPostprocessing = 0;
298298
shellPath = /bin/sh;
299-
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
299+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n";
300300
showEnvVarsInLog = 0;
301301
};
302-
7ABA54D87F6EAFBE18A5C0C0 /* Embed Pods Frameworks */ = {
302+
C67812585C68CC43B8349F9E /* [CP] Check Pods Manifest.lock */ = {
303303
isa = PBXShellScriptBuildPhase;
304304
buildActionMask = 2147483647;
305305
files = (
306306
);
307307
inputPaths = (
308308
);
309-
name = "Embed Pods Frameworks";
309+
name = "[CP] Check Pods Manifest.lock";
310310
outputPaths = (
311311
);
312312
runOnlyForDeploymentPostprocessing = 0;
313313
shellPath = /bin/sh;
314-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n";
314+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
315315
showEnvVarsInLog = 0;
316316
};
317-
E4B7482FC6D73BF2E9CB7711 /* Copy Pods Resources */ = {
317+
FE08E180F4C2771DBA32E3B3 /* [CP] Copy Pods Resources */ = {
318318
isa = PBXShellScriptBuildPhase;
319319
buildActionMask = 2147483647;
320320
files = (
321321
);
322322
inputPaths = (
323323
);
324-
name = "Copy Pods Resources";
324+
name = "[CP] Copy Pods Resources";
325325
outputPaths = (
326326
);
327327
runOnlyForDeploymentPostprocessing = 0;
@@ -465,7 +465,7 @@
465465
};
466466
5E9E83391BF79B3000C85B46 /* Debug */ = {
467467
isa = XCBuildConfiguration;
468-
baseConfigurationReference = 9445916B92E10148D9B71C42 /* Pods-Demo.debug.xcconfig */;
468+
baseConfigurationReference = FA8EC395A5F680166A3598E2 /* Pods-Demo.debug.xcconfig */;
469469
buildSettings = {
470470
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
471471
CLANG_ENABLE_MODULES = YES;
@@ -480,7 +480,7 @@
480480
};
481481
5E9E833A1BF79B3000C85B46 /* Release */ = {
482482
isa = XCBuildConfiguration;
483-
baseConfigurationReference = 0AC0C4A5083830D8B073C261 /* Pods-Demo.release.xcconfig */;
483+
baseConfigurationReference = 0FC57DA3F0F008B3ADB13CCF /* Pods-Demo.release.xcconfig */;
484484
buildSettings = {
485485
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
486486
CLANG_ENABLE_MODULES = YES;
@@ -494,7 +494,7 @@
494494
};
495495
5E9E833C1BF79B3000C85B46 /* Debug */ = {
496496
isa = XCBuildConfiguration;
497-
baseConfigurationReference = D8D3AEEC3DE78BE47F2D84BF /* Pods-DemoTests.debug.xcconfig */;
497+
baseConfigurationReference = C08329B799F7732D3A0CADC6 /* Pods-DemoTests.debug.xcconfig */;
498498
buildSettings = {
499499
INFOPLIST_FILE = DemoTests/Info.plist;
500500
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -505,7 +505,7 @@
505505
};
506506
5E9E833D1BF79B3000C85B46 /* Release */ = {
507507
isa = XCBuildConfiguration;
508-
baseConfigurationReference = 70E1576B5ED822BE2737B48E /* Pods-DemoTests.release.xcconfig */;
508+
baseConfigurationReference = B5E16A2BF7A71D46B1A1DAB1 /* Pods-DemoTests.release.xcconfig */;
509509
buildSettings = {
510510
INFOPLIST_FILE = DemoTests/Info.plist;
511511
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";

Demo/Podfile

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '8.0'
3-
# Uncomment this line if you're using Swift
4-
5-
6-
use_frameworks!
7-
8-
inhibit_all_warnings!
2+
# platform :ios, '9.0'
93

104
target 'Demo' do
5+
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
6+
use_frameworks!
117

12-
# Action library
13-
pod 'Action', :path => '../'
8+
# Action library
9+
pod 'Action', :path => '../'
1410

15-
end
16-
17-
target 'DemoTests' do
11+
target 'DemoTests' do
12+
inherit! :search_paths
1813

19-
# Dependencies
20-
pod 'RxSwift', '~> 2.6'
21-
pod 'RxCocoa', '~> 2.6'
22-
pod 'RxBlocking', '~> 2.6'
14+
# Dependencies
15+
pod 'Action', :path => '../'
16+
pod 'RxSwift', '~> 2.6'
17+
pod 'RxCocoa', '~> 2.6'
18+
pod 'RxBlocking', '~> 2.6'
2319

24-
# Testing libraries
25-
pod 'Quick'
26-
pod 'Nimble'
20+
# Testing libraries
21+
pod 'Quick'
22+
pod 'Nimble'
23+
end
2724

2825
end
29-

Demo/Podfile.back

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Uncomment this line to define a global platform for your project
2+
# platform :ios, '8.0'
3+
# Uncomment this line if you're using Swift
4+
5+
6+
use_frameworks!
7+
8+
inhibit_all_warnings!
9+
10+
target 'Demo' do
11+
12+
# Action library
13+
pod 'Action', :path => '../'
14+
15+
target 'DemoTests' do
16+
17+
inherit! :search_paths
18+
19+
# Dependencies
20+
pod 'RxSwift', '~> 2.6'
21+
pod 'RxCocoa', '~> 2.6'
22+
pod 'RxBlocking', '~> 2.6'
23+
24+
# Testing libraries
25+
pod 'Quick'
26+
pod 'Nimble'
27+
28+
end
29+
30+
end
31+

0 commit comments

Comments
 (0)