File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99Pod ::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
3434end
Original file line number Diff line number Diff line change 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 };
You can’t perform that action at this time.
0 commit comments