Skip to content

Commit 0ed3f55

Browse files
committed
updated podspec source files conf
1 parent 35774a5 commit 0ed3f55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

iOSFormUtils.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "iOSFormUtils"
11-
s.version = "0.0.1"
11+
s.version = "0.0.2"
1212
s.summary = "iOSFormUtils helps you developping validated forms in iOS apps."
1313

1414
# This description is used to generate tags and improve search results.
@@ -29,6 +29,6 @@ iOSFormUtils helps you developping validated forms in iOS apps. You could use it
2929

3030
s.ios.deployment_target = '8.0'
3131

32-
s.source_files = 'iOSFormUtils/**/*'
32+
s.source_files = 'iOSFormUtils'
3333

3434
end

iOSFormUtils.xcodeproj/project.pbxproj

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

99
/* Begin PBXFileReference section */
10-
C8714A4D1CECC6780006E038 /* plop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = plop.swift; path = iOSFormUtils/plop.swift; sourceTree = "<group>"; };
10+
C8C6A7FA1CEDB48D00B9B9D8 /* test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = test.swift; path = iOSFormUtils/test.swift; sourceTree = "<group>"; };
1111
/* End PBXFileReference section */
1212

1313
/* Begin PBXGroup section */
1414
C8714A461CECC5360006E038 = {
1515
isa = PBXGroup;
1616
children = (
17-
C8714A4D1CECC6780006E038 /* plop.swift */,
17+
C8C6A7FA1CEDB48D00B9B9D8 /* test.swift */,
1818
);
1919
sourceTree = "<group>";
2020
};

0 commit comments

Comments
 (0)