diff --git a/Example/Example.xcodeproj/project.pbxproj b/Example/Example.xcodeproj/project.pbxproj index 4fe272c4..9f1515c5 100644 --- a/Example/Example.xcodeproj/project.pbxproj +++ b/Example/Example.xcodeproj/project.pbxproj @@ -7,16 +7,18 @@ objects = { /* Begin PBXBuildFile section */ + 313A64732CCCEDB7E2B7851A /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2FC5A73BAE6B47CA6514B52F /* Pods_Example.framework */; }; A00456D11D8CD52E00AC2AAC /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A00456D01D8CD52E00AC2AAC /* AppDelegate.swift */; }; A00456D31D8CD52E00AC2AAC /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A00456D21D8CD52E00AC2AAC /* ViewController.swift */; }; A00456D61D8CD52E00AC2AAC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A00456D41D8CD52E00AC2AAC /* Main.storyboard */; }; A00456D81D8CD52E00AC2AAC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A00456D71D8CD52E00AC2AAC /* Assets.xcassets */; }; A00456DB1D8CD52E00AC2AAC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A00456D91D8CD52E00AC2AAC /* LaunchScreen.storyboard */; }; - A00456E41D8CD55300AC2AAC /* UICircularProgressRingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A00456E21D8CD55300AC2AAC /* UICircularProgressRingView.swift */; }; - A00456E51D8CD55300AC2AAC /* UICircularProgressRingDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A00456E31D8CD55300AC2AAC /* UICircularProgressRingDelegate.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 2FC5A73BAE6B47CA6514B52F /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 82A3863291A912C5EB8F44D1 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = ""; }; + 8B2376CF61EB42685EE8039A /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = ""; }; A00456CD1D8CD52E00AC2AAC /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; A00456D01D8CD52E00AC2AAC /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; A00456D21D8CD52E00AC2AAC /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; @@ -24,8 +26,6 @@ A00456D71D8CD52E00AC2AAC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; A00456DA1D8CD52E00AC2AAC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; A00456DC1D8CD52E00AC2AAC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - A00456E21D8CD55300AC2AAC /* UICircularProgressRingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UICircularProgressRingView.swift; sourceTree = ""; }; - A00456E31D8CD55300AC2AAC /* UICircularProgressRingDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UICircularProgressRingDelegate.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -33,17 +33,37 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 313A64732CCCEDB7E2B7851A /* Pods_Example.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 4C94A94388021F57926C2C87 /* Pods */ = { + isa = PBXGroup; + children = ( + 8B2376CF61EB42685EE8039A /* Pods-Example.debug.xcconfig */, + 82A3863291A912C5EB8F44D1 /* Pods-Example.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; + 72F031BA4F0598F5320D8CE2 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 2FC5A73BAE6B47CA6514B52F /* Pods_Example.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; A00456C41D8CD52E00AC2AAC = { isa = PBXGroup; children = ( A00456CF1D8CD52E00AC2AAC /* Example */, A00456CE1D8CD52E00AC2AAC /* Products */, + 4C94A94388021F57926C2C87 /* Pods */, + 72F031BA4F0598F5320D8CE2 /* Frameworks */, ); sourceTree = ""; }; @@ -60,8 +80,6 @@ children = ( A00456D01D8CD52E00AC2AAC /* AppDelegate.swift */, A00456D21D8CD52E00AC2AAC /* ViewController.swift */, - A00456E21D8CD55300AC2AAC /* UICircularProgressRingView.swift */, - A00456E31D8CD55300AC2AAC /* UICircularProgressRingDelegate.swift */, A00456D41D8CD52E00AC2AAC /* Main.storyboard */, A00456D71D8CD52E00AC2AAC /* Assets.xcassets */, A00456D91D8CD52E00AC2AAC /* LaunchScreen.storyboard */, @@ -77,9 +95,12 @@ isa = PBXNativeTarget; buildConfigurationList = A00456DF1D8CD52E00AC2AAC /* Build configuration list for PBXNativeTarget "Example" */; buildPhases = ( + 6FCBFA6D5E6B5B05296AF5AA /* [CP] Check Pods Manifest.lock */, A00456C91D8CD52E00AC2AAC /* Sources */, A00456CA1D8CD52E00AC2AAC /* Frameworks */, A00456CB1D8CD52E00AC2AAC /* Resources */, + ACDAEA5B719693D7E6E65E33 /* [CP] Embed Pods Frameworks */, + 52DD19D934475CB6CD2D0205 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -138,14 +159,60 @@ }; /* End PBXResourcesBuildPhase section */ +/* Begin PBXShellScriptBuildPhase section */ + 52DD19D934475CB6CD2D0205 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 6FCBFA6D5E6B5B05296AF5AA /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + showEnvVarsInLog = 0; + }; + ACDAEA5B719693D7E6E65E33 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ A00456C91D8CD52E00AC2AAC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A00456D31D8CD52E00AC2AAC /* ViewController.swift in Sources */, - A00456E41D8CD55300AC2AAC /* UICircularProgressRingView.swift in Sources */, - A00456E51D8CD55300AC2AAC /* UICircularProgressRingDelegate.swift in Sources */, A00456D11D8CD52E00AC2AAC /* AppDelegate.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -267,6 +334,7 @@ }; A00456E01D8CD52E00AC2AAC /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 8B2376CF61EB42685EE8039A /* Pods-Example.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = 4FNMZ7SN42; @@ -280,6 +348,7 @@ }; A00456E11D8CD52E00AC2AAC /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 82A3863291A912C5EB8F44D1 /* Pods-Example.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = 4FNMZ7SN42; @@ -310,6 +379,7 @@ A00456E11D8CD52E00AC2AAC /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; diff --git a/Example/Example.xcworkspace/contents.xcworkspacedata b/Example/Example.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..a37cf193 --- /dev/null +++ b/Example/Example.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/Example/Example/Base.lproj/Main.storyboard b/Example/Example/Base.lproj/Main.storyboard index 43d2cc50..d79f0992 100644 --- a/Example/Example/Base.lproj/Main.storyboard +++ b/Example/Example/Base.lproj/Main.storyboard @@ -15,10 +15,10 @@ - + - + @@ -48,7 +48,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -127,14 +127,14 @@ - + - + diff --git a/Example/Example/ViewController.swift b/Example/Example/ViewController.swift index 02241e22..8594807e 100644 --- a/Example/Example/ViewController.swift +++ b/Example/Example/ViewController.swift @@ -7,6 +7,7 @@ // import UIKit +import UICircularProgressRing class ViewController: UIViewController, UICircularProgressRingDelegate { diff --git a/Example/Podfile b/Example/Podfile new file mode 100644 index 00000000..fa15735a --- /dev/null +++ b/Example/Podfile @@ -0,0 +1,10 @@ +# Uncomment the next line to define a global platform for your project +# platform :ios, '9.0' + +target 'Example' do + # Comment the next line if you're not using Swift and don't want to use dynamic frameworks + use_frameworks! + + # Pods for Example + pod 'UICircularProgressRing' +end diff --git a/Example/Podfile.lock b/Example/Podfile.lock new file mode 100644 index 00000000..c3e062bf --- /dev/null +++ b/Example/Podfile.lock @@ -0,0 +1,12 @@ +PODS: + - UICircularProgressRing (0.9) + +DEPENDENCIES: + - UICircularProgressRing + +SPEC CHECKSUMS: + UICircularProgressRing: 9631375cb93135dd44f039319a41c6cce2c484da + +PODFILE CHECKSUM: 1d97334167c5158e172614d245a9054c88858825 + +COCOAPODS: 1.1.0.rc.2 diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock new file mode 100644 index 00000000..c3e062bf --- /dev/null +++ b/Example/Pods/Manifest.lock @@ -0,0 +1,12 @@ +PODS: + - UICircularProgressRing (0.9) + +DEPENDENCIES: + - UICircularProgressRing + +SPEC CHECKSUMS: + UICircularProgressRing: 9631375cb93135dd44f039319a41c6cce2c484da + +PODFILE CHECKSUM: 1d97334167c5158e172614d245a9054c88858825 + +COCOAPODS: 1.1.0.rc.2 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj new file mode 100644 index 00000000..0ab78eb5 --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -0,0 +1,541 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 087A485A9B2BB60736500C7F27C7B759 /* Pods-Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 699118D7DDD5F335E4FB8B17DC0F12D2 /* Pods-Example-dummy.m */; }; + 22224B6CA9917DDC79D002DBB0E188C8 /* UICircularProgressRing.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E8726B65B4FB2C56D0F4FAE9A87E1D3 /* UICircularProgressRing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B97982B63A3B60D5C4EE5E17A0BE4DF /* UICircularProgressRing-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BFB4F61D6C3A056F3EF5ECD508DCFE88 /* UICircularProgressRing-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3244CC2F09F083119DE3283096DF9953 /* Pods-Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C9BDE82371C83FA9AE91B05F77ACAA36 /* Pods-Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 87F037F0906749F19BF96ABAE9A5CA1F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEC22C73C1608DFA5D5D78BDCB218219 /* Foundation.framework */; }; + 9EB47C11E79108A3C8883978F238EB83 /* UICircularProgressRing-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6111EEF619FCCBDC3869DB520810C6BF /* UICircularProgressRing-dummy.m */; }; + C93048E8A6A76F371958661943B6D89F /* UICircularProgressRingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C94C54F7D4B0C56C77ACAC78AEDB8BC8 /* UICircularProgressRingView.swift */; }; + CF90BB2B3320D5590D286E9C14304251 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEC22C73C1608DFA5D5D78BDCB218219 /* Foundation.framework */; }; + EA8B755F108C38FFA4F0D484D3C9D44E /* UICircularProgressRingDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A836CABAF1BCD3E2A2076DAEF765B29 /* UICircularProgressRingDelegate.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + BDD056C72EDD0D5BCFB94C8788D78B9A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = B8CFF4594D9E0198A3365F36D37B0DFC; + remoteInfo = UICircularProgressRing; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01E6907CF2644EB1CF8E23F708A3DA0B /* Pods-Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Example-resources.sh"; sourceTree = ""; }; + 116CA6623FEB190678C9DDCF11CB7334 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 119072C64A19799964E1620D83F514FB /* Pods-Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-Example.modulemap"; sourceTree = ""; }; + 149054C495E8EC590CAB4C524133016F /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Example.debug.xcconfig"; sourceTree = ""; }; + 552550F3F912264E5D073F8893691F88 /* Pods-Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Example-frameworks.sh"; sourceTree = ""; }; + 5910AA0DB9EE59FEFBBC8DDCD190DA18 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5F03C79D486F7555A3FA5B29FCA45100 /* UICircularProgressRing.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UICircularProgressRing.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6111EEF619FCCBDC3869DB520810C6BF /* UICircularProgressRing-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UICircularProgressRing-dummy.m"; sourceTree = ""; }; + 699118D7DDD5F335E4FB8B17DC0F12D2 /* Pods-Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Example-dummy.m"; sourceTree = ""; }; + 6E8726B65B4FB2C56D0F4FAE9A87E1D3 /* UICircularProgressRing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UICircularProgressRing.h; path = UICircularProgressRing/UICircularProgressRing.h; sourceTree = ""; }; + 764D33E23CE6C1111110B04F5CBADADB /* Pods-Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Example-acknowledgements.plist"; sourceTree = ""; }; + 7A836CABAF1BCD3E2A2076DAEF765B29 /* UICircularProgressRingDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UICircularProgressRingDelegate.swift; path = UICircularProgressRing/UICircularProgressRingDelegate.swift; sourceTree = ""; }; + 7E429A256BD6E1A2E5C2A382A53B861D /* UICircularProgressRing.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UICircularProgressRing.xcconfig; sourceTree = ""; }; + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A661FECCEBFF9D01869EE3B29C4C1EFF /* Pods-Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Example-acknowledgements.markdown"; sourceTree = ""; }; + BFB4F61D6C3A056F3EF5ECD508DCFE88 /* UICircularProgressRing-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICircularProgressRing-umbrella.h"; sourceTree = ""; }; + C686D0A4A5B062DCCADC35540B40319C /* UICircularProgressRing.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = UICircularProgressRing.modulemap; sourceTree = ""; }; + C94C54F7D4B0C56C77ACAC78AEDB8BC8 /* UICircularProgressRingView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UICircularProgressRingView.swift; path = UICircularProgressRing/UICircularProgressRingView.swift; sourceTree = ""; }; + C9BDE82371C83FA9AE91B05F77ACAA36 /* Pods-Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Example-umbrella.h"; sourceTree = ""; }; + CEC22C73C1608DFA5D5D78BDCB218219 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + E512A5F985F876750237FD237C3AEEDA /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Example.release.xcconfig"; sourceTree = ""; }; + EFFB74AAA6B2AE8DABF0E88E61E09178 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + FD16D39F87BDAF88E41D00C3038FFCC9 /* UICircularProgressRing-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UICircularProgressRing-prefix.pch"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 9BEE2BAB69FE0F59454F334AC779B0B6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 87F037F0906749F19BF96ABAE9A5CA1F /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FF70CDB61A5691672BAE87174909D1A3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + CF90BB2B3320D5590D286E9C14304251 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 3DCAB2B7CDE207B3958B6CB957FCC758 /* iOS */ = { + isa = PBXGroup; + children = ( + CEC22C73C1608DFA5D5D78BDCB218219 /* Foundation.framework */, + ); + name = iOS; + sourceTree = ""; + }; + 674964DA1B35186696046900827F2AE1 /* Products */ = { + isa = PBXGroup; + children = ( + 5910AA0DB9EE59FEFBBC8DDCD190DA18 /* Pods_Example.framework */, + 5F03C79D486F7555A3FA5B29FCA45100 /* UICircularProgressRing.framework */, + ); + name = Products; + sourceTree = ""; + }; + 6A4F6A14E3FB951290E4531728B7A461 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + FE9811ABEB5931E154211FCA14B78350 /* Pods-Example */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + 7DB346D0F39D3F0E887471402A8071AB = { + isa = PBXGroup; + children = ( + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, + CC46EEF687EC2ED4EC299AA843D5146D /* Pods */, + 674964DA1B35186696046900827F2AE1 /* Products */, + 6A4F6A14E3FB951290E4531728B7A461 /* Targets Support Files */, + ); + sourceTree = ""; + }; + A92C7684577305FBB91F512AEA2F09FC /* UICircularProgressRing */ = { + isa = PBXGroup; + children = ( + 6E8726B65B4FB2C56D0F4FAE9A87E1D3 /* UICircularProgressRing.h */, + 7A836CABAF1BCD3E2A2076DAEF765B29 /* UICircularProgressRingDelegate.swift */, + C94C54F7D4B0C56C77ACAC78AEDB8BC8 /* UICircularProgressRingView.swift */, + FB56E80906C74F207553592C5385F41D /* Support Files */, + ); + path = UICircularProgressRing; + sourceTree = ""; + }; + BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { + isa = PBXGroup; + children = ( + 3DCAB2B7CDE207B3958B6CB957FCC758 /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + CC46EEF687EC2ED4EC299AA843D5146D /* Pods */ = { + isa = PBXGroup; + children = ( + A92C7684577305FBB91F512AEA2F09FC /* UICircularProgressRing */, + ); + name = Pods; + sourceTree = ""; + }; + FB56E80906C74F207553592C5385F41D /* Support Files */ = { + isa = PBXGroup; + children = ( + 116CA6623FEB190678C9DDCF11CB7334 /* Info.plist */, + C686D0A4A5B062DCCADC35540B40319C /* UICircularProgressRing.modulemap */, + 7E429A256BD6E1A2E5C2A382A53B861D /* UICircularProgressRing.xcconfig */, + 6111EEF619FCCBDC3869DB520810C6BF /* UICircularProgressRing-dummy.m */, + FD16D39F87BDAF88E41D00C3038FFCC9 /* UICircularProgressRing-prefix.pch */, + BFB4F61D6C3A056F3EF5ECD508DCFE88 /* UICircularProgressRing-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/UICircularProgressRing"; + sourceTree = ""; + }; + FE9811ABEB5931E154211FCA14B78350 /* Pods-Example */ = { + isa = PBXGroup; + children = ( + EFFB74AAA6B2AE8DABF0E88E61E09178 /* Info.plist */, + 119072C64A19799964E1620D83F514FB /* Pods-Example.modulemap */, + A661FECCEBFF9D01869EE3B29C4C1EFF /* Pods-Example-acknowledgements.markdown */, + 764D33E23CE6C1111110B04F5CBADADB /* Pods-Example-acknowledgements.plist */, + 699118D7DDD5F335E4FB8B17DC0F12D2 /* Pods-Example-dummy.m */, + 552550F3F912264E5D073F8893691F88 /* Pods-Example-frameworks.sh */, + 01E6907CF2644EB1CF8E23F708A3DA0B /* Pods-Example-resources.sh */, + C9BDE82371C83FA9AE91B05F77ACAA36 /* Pods-Example-umbrella.h */, + 149054C495E8EC590CAB4C524133016F /* Pods-Example.debug.xcconfig */, + E512A5F985F876750237FD237C3AEEDA /* Pods-Example.release.xcconfig */, + ); + name = "Pods-Example"; + path = "Target Support Files/Pods-Example"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 30F84A53433A18311448C32954A1CE36 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2B97982B63A3B60D5C4EE5E17A0BE4DF /* UICircularProgressRing-umbrella.h in Headers */, + 22224B6CA9917DDC79D002DBB0E188C8 /* UICircularProgressRing.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5FA966C7C747707D9AC91B9290481BCF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3244CC2F09F083119DE3283096DF9953 /* Pods-Example-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 478B344237EE8F003AEF87E73EA75986 /* Pods-Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = FEDA989DCD59A3BD88DC7B14BB7DC788 /* Build configuration list for PBXNativeTarget "Pods-Example" */; + buildPhases = ( + F842435A29BAF23B26B475056E45D7D3 /* Sources */, + FF70CDB61A5691672BAE87174909D1A3 /* Frameworks */, + 5FA966C7C747707D9AC91B9290481BCF /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 4C1156CF247297DC2270792FE4DA22D2 /* PBXTargetDependency */, + ); + name = "Pods-Example"; + productName = "Pods-Example"; + productReference = 5910AA0DB9EE59FEFBBC8DDCD190DA18 /* Pods_Example.framework */; + productType = "com.apple.product-type.framework"; + }; + B8CFF4594D9E0198A3365F36D37B0DFC /* UICircularProgressRing */ = { + isa = PBXNativeTarget; + buildConfigurationList = 00A8D5B93EFB2E4288637A71F895B65F /* Build configuration list for PBXNativeTarget "UICircularProgressRing" */; + buildPhases = ( + 0152B1316ABE9667CD862B81DC898565 /* Sources */, + 9BEE2BAB69FE0F59454F334AC779B0B6 /* Frameworks */, + 30F84A53433A18311448C32954A1CE36 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = UICircularProgressRing; + productName = UICircularProgressRing; + productReference = 5F03C79D486F7555A3FA5B29FCA45100 /* UICircularProgressRing.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0730; + LastUpgradeCheck = 0700; + }; + buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 7DB346D0F39D3F0E887471402A8071AB; + productRefGroup = 674964DA1B35186696046900827F2AE1 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 478B344237EE8F003AEF87E73EA75986 /* Pods-Example */, + B8CFF4594D9E0198A3365F36D37B0DFC /* UICircularProgressRing */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 0152B1316ABE9667CD862B81DC898565 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9EB47C11E79108A3C8883978F238EB83 /* UICircularProgressRing-dummy.m in Sources */, + EA8B755F108C38FFA4F0D484D3C9D44E /* UICircularProgressRingDelegate.swift in Sources */, + C93048E8A6A76F371958661943B6D89F /* UICircularProgressRingView.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F842435A29BAF23B26B475056E45D7D3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 087A485A9B2BB60736500C7F27C7B759 /* Pods-Example-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 4C1156CF247297DC2270792FE4DA22D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UICircularProgressRing; + target = B8CFF4594D9E0198A3365F36D37B0DFC /* UICircularProgressRing */; + targetProxy = BDD056C72EDD0D5BCFB94C8788D78B9A /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 12914D756594D15C6F2CA12FE5F89F1B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = NO; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + ONLY_ACTIVE_ARCH = YES; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + 1D2E257A3FF8E058CDE5C2F3954B0352 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7E429A256BD6E1A2E5C2A382A53B861D /* UICircularProgressRing.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/UICircularProgressRing/UICircularProgressRing-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UICircularProgressRing/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/UICircularProgressRing/UICircularProgressRing.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = UICircularProgressRing; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 42CB63201E93351C410CEC4C0C6D4CE8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 149054C495E8EC590CAB4C524133016F /* Pods-Example.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-Example/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-Example/Pods-Example.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 4D61E4E285AFC047BDFCE06FFF11764C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7E429A256BD6E1A2E5C2A382A53B861D /* UICircularProgressRing.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/UICircularProgressRing/UICircularProgressRing-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/UICircularProgressRing/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/UICircularProgressRing/UICircularProgressRing.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = UICircularProgressRing; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 9D8BB73564E35F587C7E8A7963B5EB22 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E512A5F985F876750237FD237C3AEEDA /* Pods-Example.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-Example/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-Example/Pods-Example.modulemap"; + MTL_ENABLE_DEBUG_INFO = NO; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = Pods_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + E72E7977875C2D251FC62736BBDDC389 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 00A8D5B93EFB2E4288637A71F895B65F /* Build configuration list for PBXNativeTarget "UICircularProgressRing" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1D2E257A3FF8E058CDE5C2F3954B0352 /* Debug */, + 4D61E4E285AFC047BDFCE06FFF11764C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 12914D756594D15C6F2CA12FE5F89F1B /* Debug */, + E72E7977875C2D251FC62736BBDDC389 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + FEDA989DCD59A3BD88DC7B14BB7DC788 /* Build configuration list for PBXNativeTarget "Pods-Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 42CB63201E93351C410CEC4C0C6D4CE8 /* Debug */, + 9D8BB73564E35F587C7E8A7963B5EB22 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; +} diff --git a/Example/Pods/Target Support Files/Pods-Example/Info.plist b/Example/Pods/Target Support Files/Pods-Example/Info.plist new file mode 100644 index 00000000..2243fe6e --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.markdown new file mode 100644 index 00000000..913c928c --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.markdown @@ -0,0 +1,14 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## UICircularProgressRing + +Copyright (c) 2016 Luis Padron + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.plist new file mode 100644 index 00000000..21816d5e --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.plist @@ -0,0 +1,46 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2016 Luis Padron + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + UICircularProgressRing + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-dummy.m b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-dummy.m new file mode 100644 index 00000000..6ee3f900 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Example : NSObject +@end +@implementation PodsDummy_Pods_Example +@end diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh new file mode 100755 index 00000000..3f7c3449 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh @@ -0,0 +1,91 @@ +#!/bin/sh +set -e + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # use filter instead of exclude so missing patterns dont' throw errors + echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current file + archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" + stripped="" + for arch in $archs; do + if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi +} + + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/UICircularProgressRing/UICircularProgressRing.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/UICircularProgressRing/UICircularProgressRing.framework" +fi diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh new file mode 100755 index 00000000..0a156152 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh @@ -0,0 +1,102 @@ +#!/bin/sh +set -e + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +realpath() { + DIRECTORY="$(cd "${1%/*}" && pwd)" + FILENAME="${1##*/}" + echo "$DIRECTORY/$FILENAME" +} + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH") + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h new file mode 100644 index 00000000..09826d78 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double Pods_ExampleVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_ExampleVersionString[]; + diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig new file mode 100644 index 00000000..9d275ed8 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig @@ -0,0 +1,11 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/UICircularProgressRing" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/UICircularProgressRing/UICircularProgressRing.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "UICircularProgressRing" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example.modulemap b/Example/Pods/Target Support Files/Pods-Example/Pods-Example.modulemap new file mode 100644 index 00000000..4b5189fd --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example.modulemap @@ -0,0 +1,6 @@ +framework module Pods_Example { + umbrella header "Pods-Example-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig new file mode 100644 index 00000000..9d275ed8 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig @@ -0,0 +1,11 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/UICircularProgressRing" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/UICircularProgressRing/UICircularProgressRing.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "UICircularProgressRing" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/UICircularProgressRing/Info.plist b/Example/Pods/Target Support Files/UICircularProgressRing/Info.plist new file mode 100644 index 00000000..b07fa9b4 --- /dev/null +++ b/Example/Pods/Target Support Files/UICircularProgressRing/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 0.9.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing-dummy.m b/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing-dummy.m new file mode 100644 index 00000000..bbcdde3a --- /dev/null +++ b/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_UICircularProgressRing : NSObject +@end +@implementation PodsDummy_UICircularProgressRing +@end diff --git a/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing-prefix.pch b/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing-prefix.pch new file mode 100644 index 00000000..aa992a4a --- /dev/null +++ b/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing-umbrella.h b/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing-umbrella.h new file mode 100644 index 00000000..8c95cef5 --- /dev/null +++ b/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing-umbrella.h @@ -0,0 +1,7 @@ +#import + +#import "UICircularProgressRing.h" + +FOUNDATION_EXPORT double UICircularProgressRingVersionNumber; +FOUNDATION_EXPORT const unsigned char UICircularProgressRingVersionString[]; + diff --git a/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing.modulemap b/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing.modulemap new file mode 100644 index 00000000..2e13fb78 --- /dev/null +++ b/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing.modulemap @@ -0,0 +1,6 @@ +framework module UICircularProgressRing { + umbrella header "UICircularProgressRing-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing.xcconfig b/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing.xcconfig new file mode 100644 index 00000000..06cceddf --- /dev/null +++ b/Example/Pods/Target Support Files/UICircularProgressRing/UICircularProgressRing.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/UICircularProgressRing +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/UICircularProgressRing/LICENSE b/Example/Pods/UICircularProgressRing/LICENSE new file mode 100644 index 00000000..caa31ae4 --- /dev/null +++ b/Example/Pods/UICircularProgressRing/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2016 Luis Padron + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Example/Pods/UICircularProgressRing/README.md b/Example/Pods/UICircularProgressRing/README.md new file mode 100644 index 00000000..5a26375b --- /dev/null +++ b/Example/Pods/UICircularProgressRing/README.md @@ -0,0 +1,105 @@ +![Banner](/GitHubAssets/banner.png) + +

A circular progress bar for iOS written in Swift 3

+ +

+ +

+ +![Styles](/GitHubAssets/styles-banner.png) + +## Features + +* Interface builder designable +* Highly customizable +* Animation for progress and value text built in +* Written in Swift 3 and using Xcode 8 + +## Installation + +### CocoaPods (Recommended) + +1. Install [CocoaPods](https://cocoapods.org) +2. Add this repo to your `Podfile` + + ```ruby + target 'Example' do + # IMPORTANT: Make sure use_frameworks! is included at the top of the file + use_frameworks! + + pod 'UICircularProgressRing', :git => 'https://github.com/luispadron/UICircularProgressRing' + end + ``` +3. Run `pod install` +4. Open up the `.xcworkspace` that CocoaPods created +5. Done! + + +### Carthage + +**_Important note_: Carthage support for IBDesignable and IBInspectable is broken due to how frameworks work. +So if you decide on using Carthage, you will not be able to use IB to design this view. +Take a look [here](https://github.com/Carthage/Carthage/issues/335) for the issue.** + +To use with [Carthage](https://github.com/Carthage/Carthage) + +1. Make sure Carthage is installed + + `brew install carthage` +2. Add this repo to your Cartfile + + `github "luispadron/UICircularProgressRing"` +3. Drag the `UICircularProgressRing.framework` from `MyProjDir/Carthage/Builds/iOS/UICircularProgressRing` into the `General -> Embeded Binaries` section of your Xcode project. + +### Manually + +1. Simply download the `UICircularProgressRingView.swift` and the `UICircularProgressRingDelegate.swift` from [here](https://github.com/luispadron/UICircularProgressRing/tree/master/UICircularProgressRing) into your project, make sure you point to your projects target + +## Usage + +### Interface Builder + +Simply drag a `UIView` into your storyboard. Make sure to subclass `UICircularProgressRingView` and that the module points `UICircularProgressRing`. + +Design your heart out + +![ib-demo.gif](/GitHubAssets/ib-demo.gif) + +### Code + +```swift +// Create the view +let progressRing = UICircularProgressRingView(frame: CGRect(x: 0, y: 0, width: 240, height: 240)) +// Assign the delegate +progressRing.delegate = self +// Add the view as a subview or whatever else you would like to do +``` + +To set a value and animate the view + +```swift +progressRing.setProgress(value: 83, animated: true) +``` + +## Documentation + +Read all about everything there is to know here: + +[DOCUMENTATION](http://htmlpreview.github.io/?https://github.com/luispadron/UICircularProgressRing/blob/master/docs/index.html) + +## Upcoming enhancements + +* Add decreasing animation, currently nothing gets animated when decreasing value +* Better way of handling animation finishing, probably a completion block + +## License + +``` +Copyright (c) 2016 Luis Padron + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` diff --git a/Example/Pods/UICircularProgressRing/UICircularProgressRing/UICircularProgressRing.h b/Example/Pods/UICircularProgressRing/UICircularProgressRing/UICircularProgressRing.h new file mode 100644 index 00000000..061cae59 --- /dev/null +++ b/Example/Pods/UICircularProgressRing/UICircularProgressRing/UICircularProgressRing.h @@ -0,0 +1,19 @@ +// +// UICircularProgressRing.h +// UICircularProgressRing +// +// Created by Luis Padron on 9/13/16. +// Copyright © 2016 Luis Padron. All rights reserved. +// + +#import + +//! Project version number for UICircularProgressRing. +FOUNDATION_EXPORT double UICircularProgressRingVersionNumber; + +//! Project version string for UICircularProgressRing. +FOUNDATION_EXPORT const unsigned char UICircularProgressRingVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/Example/Example/UICircularProgressRingDelegate.swift b/Example/Pods/UICircularProgressRing/UICircularProgressRing/UICircularProgressRingDelegate.swift similarity index 100% rename from Example/Example/UICircularProgressRingDelegate.swift rename to Example/Pods/UICircularProgressRing/UICircularProgressRing/UICircularProgressRingDelegate.swift diff --git a/Example/Example/UICircularProgressRingView.swift b/Example/Pods/UICircularProgressRing/UICircularProgressRing/UICircularProgressRingView.swift similarity index 100% rename from Example/Example/UICircularProgressRingView.swift rename to Example/Pods/UICircularProgressRing/UICircularProgressRing/UICircularProgressRingView.swift