Skip to content

Commit 3425be5

Browse files
committed
CocoaPods
1 parent 580e70c commit 3425be5

32 files changed

+21
-3
lines changed

Guise.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ It allows caching, simplifies unit testing, and allows your application to be mo
6969
# s.platform = :ios, "5.0"
7070

7171
# When using multiple platforms
72-
s.ios.deployment_target = "8.1"
72+
s.ios.deployment_target = "8.0"
7373
s.osx.deployment_target = "10.9"
7474
s.watchos.deployment_target = "2.0"
7575
s.tvos.deployment_target = "9.0"
@@ -92,7 +92,9 @@ It allows caching, simplifies unit testing, and allows your application to be mo
9292
# Not including the public_header_files will make all headers public.
9393
#
9494

95-
s.source_files = "Guise"
95+
s.source_files = "Guise/Common"
96+
s.ios.source_files = "Guise/iOS"
97+
s.tvos.source_files = "Guise/iOS"
9698

9799
# s.public_header_files = "Classes/**/*.h"
98100

Guise.xcodeproj/project.pbxproj

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
/* End PBXFrameworksBuildPhase section */
281281

282282
/* Begin PBXGroup section */
283-
F3985BCF1F5CABD8007392C0 /* Source */ = {
283+
F3512E5D215B301200A2C6E0 /* Common */ = {
284284
isa = PBXGroup;
285285
children = (
286286
F34E966F20315DE9006DAA56 /* _Guise.swift */,
@@ -311,9 +311,25 @@
311311
F308F3031FE3DC5B00B8A221 /* Uncached.swift */,
312312
F3C2BC741FDFDEAB006726B7 /* Unregister.swift */,
313313
F344CC771FE0FE7400DF17CF /* Weak.swift */,
314+
);
315+
path = Common;
316+
sourceTree = "<group>";
317+
};
318+
F3512E5E215B30AF00A2C6E0 /* iOS */ = {
319+
isa = PBXGroup;
320+
children = (
314321
F39C36B7215B2AE900B281D8 /* InjectableViewController.swift */,
315322
F39C36BA215B2B2A00B281D8 /* InjectableTableViewController.swift */,
316323
);
324+
path = iOS;
325+
sourceTree = "<group>";
326+
};
327+
F3985BCF1F5CABD8007392C0 /* Source */ = {
328+
isa = PBXGroup;
329+
children = (
330+
F3512E5D215B301200A2C6E0 /* Common */,
331+
F3512E5E215B30AF00A2C6E0 /* iOS */,
332+
);
317333
name = Source;
318334
sourceTree = "<group>";
319335
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)