diff --git a/FPageControl/Assets/.gitkeep b/Cartfile similarity index 100% rename from FPageControl/Assets/.gitkeep rename to Cartfile diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 6fddbb3..c7fb23c 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,8 +7,8 @@ objects = { /* Begin PBXBuildFile section */ - 1C31636321E48112001736E0 /* FPageControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C31636121E48112001736E0 /* FPageControl.h */; }; - 1C31636421E48112001736E0 /* FPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C31636221E48112001736E0 /* FPageControl.m */; }; + 1C31636721E48C4A001736E0 /* FPageControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C31636521E48C4A001736E0 /* FPageControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C31636821E48C4A001736E0 /* FPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C31636621E48C4A001736E0 /* FPageControl.m */; }; 1FF99F738469F247694A6EA92B83DE3D /* Pods-FPageControl_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F6284C7A0CB8341B3006758BC929569 /* Pods-FPageControl_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 479B9A76851B62841E9E68A6536625F6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; }; 6E9042284CA55E4BB5243BD4004840C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; }; @@ -41,8 +41,8 @@ 0A02543CE96DF400899B277D2D55158F /* FPageControl.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; path = FPageControl.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 19B54D1ED3BDFA8F0AF35846A692F10D /* Pods-FPageControl_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-FPageControl_Example-umbrella.h"; sourceTree = ""; }; 1A296049CF6832FEE24F1B076D3EB70D /* Pods-FPageControl_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-FPageControl_Example-acknowledgements.plist"; sourceTree = ""; }; - 1C31636121E48112001736E0 /* FPageControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FPageControl.h; sourceTree = ""; }; - 1C31636221E48112001736E0 /* FPageControl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FPageControl.m; sourceTree = ""; }; + 1C31636521E48C4A001736E0 /* FPageControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FPageControl.h; path = FPageControl/FPageControl.h; sourceTree = ""; }; + 1C31636621E48C4A001736E0 /* FPageControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FPageControl.m; path = FPageControl/FPageControl.m; sourceTree = ""; }; 298AD9815CA27B691AFDADC91DAE285A /* Pods-FPageControl_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-FPageControl_Tests-frameworks.sh"; sourceTree = ""; }; 2A2A64638BA4F5470F3AA236884B5963 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 37A950426ABAA77F346024EBE1FB9D56 /* FPageControl-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FPageControl-dummy.m"; sourceTree = ""; }; @@ -203,8 +203,8 @@ ED3C5F69DFDAD07D03C56F60EBC66D85 /* FPageControl */ = { isa = PBXGroup; children = ( - 1C31636121E48112001736E0 /* FPageControl.h */, - 1C31636221E48112001736E0 /* FPageControl.m */, + 1C31636521E48C4A001736E0 /* FPageControl.h */, + 1C31636621E48C4A001736E0 /* FPageControl.m */, D40E3903C24F1A2517E5AB58F3356B51 /* Pod */, 56C3C7D32755C27715E93F09A2203998 /* Support Files */, ); @@ -245,7 +245,7 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1C31636321E48112001736E0 /* FPageControl.h in Headers */, + 1C31636721E48C4A001736E0 /* FPageControl.h in Headers */, FB56D818C582048A31781CC5BCCDCBB7 /* FPageControl-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; @@ -374,8 +374,8 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1C31636421E48112001736E0 /* FPageControl.m in Sources */, D6B4CE93FEB7FA1A2543333685A47C5D /* FPageControl-dummy.m in Sources */, + 1C31636821E48C4A001736E0 /* FPageControl.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/FPageControl.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/FPageControl.xcscheme new file mode 100644 index 0000000..44fdaf6 --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/FPageControl.xcscheme @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FPageControl/Classes/.gitkeep b/FPageControl/Classes/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/FPageControl.h b/FPageControl/FPageControl.h similarity index 100% rename from FPageControl.h rename to FPageControl/FPageControl.h diff --git a/FPageControl.m b/FPageControl/FPageControl.m similarity index 100% rename from FPageControl.m rename to FPageControl/FPageControl.m