diff --git a/Assets.xcassets/Contents.json b/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Assets.xcassets/fortune_wheel_bolt.imageset/Contents.json b/Assets.xcassets/fortune_wheel_bolt.imageset/Contents.json new file mode 100644 index 0000000..2521cbd --- /dev/null +++ b/Assets.xcassets/fortune_wheel_bolt.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Group 7.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Group 7@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Group 7@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Assets.xcassets/fortune_wheel_bolt.imageset/Group 7.png b/Assets.xcassets/fortune_wheel_bolt.imageset/Group 7.png new file mode 100644 index 0000000..a39d152 Binary files /dev/null and b/Assets.xcassets/fortune_wheel_bolt.imageset/Group 7.png differ diff --git a/Assets.xcassets/fortune_wheel_bolt.imageset/Group 7@2x.png b/Assets.xcassets/fortune_wheel_bolt.imageset/Group 7@2x.png new file mode 100644 index 0000000..eec0e2e Binary files /dev/null and b/Assets.xcassets/fortune_wheel_bolt.imageset/Group 7@2x.png differ diff --git a/Assets.xcassets/fortune_wheel_bolt.imageset/Group 7@3x.png b/Assets.xcassets/fortune_wheel_bolt.imageset/Group 7@3x.png new file mode 100644 index 0000000..2e40d78 Binary files /dev/null and b/Assets.xcassets/fortune_wheel_bolt.imageset/Group 7@3x.png differ diff --git a/Assets.xcassets/fortune_wheel_pointer.imageset/Contents.json b/Assets.xcassets/fortune_wheel_pointer.imageset/Contents.json new file mode 100644 index 0000000..7245ec5 --- /dev/null +++ b/Assets.xcassets/fortune_wheel_pointer.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Frame 1.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Frame 1@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Frame 1@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Assets.xcassets/fortune_wheel_pointer.imageset/Frame 1.png b/Assets.xcassets/fortune_wheel_pointer.imageset/Frame 1.png new file mode 100644 index 0000000..f340b0b Binary files /dev/null and b/Assets.xcassets/fortune_wheel_pointer.imageset/Frame 1.png differ diff --git a/Assets.xcassets/fortune_wheel_pointer.imageset/Frame 1@2x.png b/Assets.xcassets/fortune_wheel_pointer.imageset/Frame 1@2x.png new file mode 100644 index 0000000..5f0d54b Binary files /dev/null and b/Assets.xcassets/fortune_wheel_pointer.imageset/Frame 1@2x.png differ diff --git a/Assets.xcassets/fortune_wheel_pointer.imageset/Frame 1@3x.png b/Assets.xcassets/fortune_wheel_pointer.imageset/Frame 1@3x.png new file mode 100644 index 0000000..5dc287d Binary files /dev/null and b/Assets.xcassets/fortune_wheel_pointer.imageset/Frame 1@3x.png differ diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 20d36ae..056c79a 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -13,6 +13,7 @@ 73935340261DF0EF00302828 /* SpinWheelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7393533F261DF0EF00302828 /* SpinWheelCell.swift */; }; 73935345261DF15E00302828 /* SpinWheelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73935344261DF15E00302828 /* SpinWheelView.swift */; }; 7393534A261DF36900302828 /* FortuneWheelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73935349261DF36900302828 /* FortuneWheelViewModel.swift */; }; + 7393534F261DFB2800302828 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7393534E261DFB2800302828 /* Assets.xcassets */; }; 800E364F17F9B5177499F65AEEE85F49 /* FortuneWheel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FC8F22196C0F35B78FEC821B478539EB /* FortuneWheel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 970CACFC1BCE6450ED1A364EFE6605DD /* Pods-FortuneWheel_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F8909AFE1A5A7AD53EFDAB0BB32FBFF /* Pods-FortuneWheel_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 99957E74B352AA0EE37CD119D2E7E61E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; @@ -56,6 +57,7 @@ 7393533F261DF0EF00302828 /* SpinWheelCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpinWheelCell.swift; sourceTree = ""; }; 73935344261DF15E00302828 /* SpinWheelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpinWheelView.swift; sourceTree = ""; }; 73935349261DF36900302828 /* FortuneWheelViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FortuneWheelViewModel.swift; sourceTree = ""; }; + 7393534E261DFB2800302828 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 79D6BCF3CDA2CF96AC7EF98397A04C8A /* FortuneWheel.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = FortuneWheel.podspec; sourceTree = ""; tabWidth = 2; }; 8ADE086325FA16DE0BD25B8BD5E4F5E8 /* Pods-FortuneWheel_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-FortuneWheel_Example-acknowledgements.plist"; sourceTree = ""; }; 8E0276A496A58FF808AE89189D2F045A /* FortuneWheel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FortuneWheel.release.xcconfig; sourceTree = ""; }; @@ -197,6 +199,7 @@ 7F3F3A6726E0D60D66F6E1A06E8ACA29 /* FortuneWheel */ = { isa = PBXGroup; children = ( + 7393534E261DFB2800302828 /* Assets.xcassets */, 7393531B261DEF0600302828 /* Source */, 7B1DEFFB94A377AC8FBF55072F2F875E /* Pod */, 7D913ABA5B1CFA10F41878CAD0468426 /* Support Files */, @@ -380,6 +383,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 7393534F261DFB2800302828 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };