diff --git a/GraphKit/GraphKit.xcodeproj/project.pbxproj b/GraphKit/GraphKit.xcodeproj/project.pbxproj index 0ae11f9..b5daeb0 100644 --- a/GraphKit/GraphKit.xcodeproj/project.pbxproj +++ b/GraphKit/GraphKit.xcodeproj/project.pbxproj @@ -1,608 +1,1535 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 84654C1418FE8EE300160F11 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84654C1318FE8EE300160F11 /* Foundation.framework */; }; - 84654C1618FE8EE300160F11 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84654C1518FE8EE300160F11 /* CoreGraphics.framework */; }; - 84654C1818FE8EE300160F11 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84654C1718FE8EE300160F11 /* UIKit.framework */; }; - 84654C1E18FE8EE300160F11 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84654C1C18FE8EE300160F11 /* InfoPlist.strings */; }; - 84654C2018FE8EE300160F11 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 84654C1F18FE8EE300160F11 /* main.m */; }; - 84654C2418FE8EE300160F11 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 84654C2318FE8EE300160F11 /* AppDelegate.m */; }; - 84654C2618FE8EE300160F11 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 84654C2518FE8EE300160F11 /* Images.xcassets */; }; - 84654C2D18FE8EE300160F11 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84654C2C18FE8EE300160F11 /* XCTest.framework */; }; - 84654C2E18FE8EE300160F11 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84654C1318FE8EE300160F11 /* Foundation.framework */; }; - 84654C2F18FE8EE300160F11 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84654C1718FE8EE300160F11 /* UIKit.framework */; }; - 84654C3718FE8EE300160F11 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 84654C3518FE8EE300160F11 /* InfoPlist.strings */; }; - 84654C3918FE8EE300160F11 /* GraphKitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 84654C3818FE8EE300160F11 /* GraphKitTests.m */; }; - 84654C4C18FE909A00160F11 /* GKBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 84654C4B18FE909A00160F11 /* GKBar.m */; }; - 84654C5118FE934800160F11 /* ExampleBarVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 84654C4F18FE934800160F11 /* ExampleBarVC.m */; }; - 84654C5218FE934800160F11 /* ExampleBarVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 84654C5018FE934800160F11 /* ExampleBarVC.xib */; }; - 84654C5518FEDCDF00160F11 /* GKBarGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 84654C5418FEDCDF00160F11 /* GKBarGraph.m */; }; - 84654C5918FF4C8300160F11 /* ExampleBarGraphVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 84654C5718FF4C8300160F11 /* ExampleBarGraphVC.m */; }; - 84654C5A18FF4C8300160F11 /* ExampleBarGraphVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 84654C5818FF4C8300160F11 /* ExampleBarGraphVC.xib */; }; - 8472591E1904AA4F00819664 /* ExampleLineGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 8472591C1904AA4F00819664 /* ExampleLineGraph.m */; }; - 8472591F1904AA4F00819664 /* ExampleLineGraph.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8472591D1904AA4F00819664 /* ExampleLineGraph.xib */; }; - 847259231904ABE200819664 /* GKLineGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 847259221904ABE200819664 /* GKLineGraph.m */; }; - 847259291905C1D300819664 /* UIColor+GraphKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 847259281905C1D300819664 /* UIColor+GraphKit.m */; }; - 8472592F1905D63500819664 /* UIViewController+BButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 8472592E1905D63500819664 /* UIViewController+BButton.m */; }; - 84F0E98E1902B30C00FA4810 /* ExampleListVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 84F0E98C1902B30C00FA4810 /* ExampleListVC.m */; }; - 84F0E98F1902B30C00FA4810 /* ExampleListVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 84F0E98D1902B30C00FA4810 /* ExampleListVC.xib */; }; - 973F4746059343C9A462AA2D /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 74E12B5B49644056930176BC /* libPods.a */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 84654C3018FE8EE300160F11 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 84654C0818FE8EE200160F11 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 84654C0F18FE8EE200160F11; - remoteInfo = GraphKit; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 18F9DA79A28F40FB97347697 /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = ""; }; - 74E12B5B49644056930176BC /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 84654C1018FE8EE300160F11 /* GraphKit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GraphKit.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 84654C1318FE8EE300160F11 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 84654C1518FE8EE300160F11 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 84654C1718FE8EE300160F11 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 84654C1B18FE8EE300160F11 /* GraphKit-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GraphKit-Info.plist"; sourceTree = ""; }; - 84654C1D18FE8EE300160F11 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 84654C1F18FE8EE300160F11 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 84654C2118FE8EE300160F11 /* GraphKit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GraphKit-Prefix.pch"; sourceTree = ""; }; - 84654C2218FE8EE300160F11 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 84654C2318FE8EE300160F11 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - 84654C2518FE8EE300160F11 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 84654C2B18FE8EE300160F11 /* GraphKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GraphKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 84654C2C18FE8EE300160F11 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - 84654C3418FE8EE300160F11 /* GraphKitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GraphKitTests-Info.plist"; sourceTree = ""; }; - 84654C3618FE8EE300160F11 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 84654C3818FE8EE300160F11 /* GraphKitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GraphKitTests.m; sourceTree = ""; }; - 84654C4618FE8F0600160F11 /* GraphKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GraphKit.h; sourceTree = ""; }; - 84654C4A18FE909A00160F11 /* GKBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GKBar.h; sourceTree = ""; }; - 84654C4B18FE909A00160F11 /* GKBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GKBar.m; sourceTree = ""; }; - 84654C4E18FE934800160F11 /* ExampleBarVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExampleBarVC.h; sourceTree = ""; }; - 84654C4F18FE934800160F11 /* ExampleBarVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExampleBarVC.m; sourceTree = ""; }; - 84654C5018FE934800160F11 /* ExampleBarVC.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ExampleBarVC.xib; sourceTree = ""; }; - 84654C5318FEDCDF00160F11 /* GKBarGraph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GKBarGraph.h; sourceTree = ""; }; - 84654C5418FEDCDF00160F11 /* GKBarGraph.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GKBarGraph.m; sourceTree = ""; }; - 84654C5618FF4C8300160F11 /* ExampleBarGraphVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExampleBarGraphVC.h; sourceTree = ""; }; - 84654C5718FF4C8300160F11 /* ExampleBarGraphVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExampleBarGraphVC.m; sourceTree = ""; }; - 84654C5818FF4C8300160F11 /* ExampleBarGraphVC.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ExampleBarGraphVC.xib; sourceTree = ""; }; - 8472591B1904AA4F00819664 /* ExampleLineGraph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExampleLineGraph.h; sourceTree = ""; }; - 8472591C1904AA4F00819664 /* ExampleLineGraph.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExampleLineGraph.m; sourceTree = ""; }; - 8472591D1904AA4F00819664 /* ExampleLineGraph.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ExampleLineGraph.xib; sourceTree = ""; }; - 847259211904ABE200819664 /* GKLineGraph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GKLineGraph.h; sourceTree = ""; }; - 847259221904ABE200819664 /* GKLineGraph.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GKLineGraph.m; sourceTree = ""; }; - 847259271905C1D300819664 /* UIColor+GraphKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+GraphKit.h"; sourceTree = ""; }; - 847259281905C1D300819664 /* UIColor+GraphKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+GraphKit.m"; sourceTree = ""; }; - 8472592D1905D63500819664 /* UIViewController+BButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+BButton.h"; sourceTree = ""; }; - 8472592E1905D63500819664 /* UIViewController+BButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+BButton.m"; sourceTree = ""; }; - 84F0E98B1902B30C00FA4810 /* ExampleListVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExampleListVC.h; sourceTree = ""; }; - 84F0E98C1902B30C00FA4810 /* ExampleListVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExampleListVC.m; sourceTree = ""; }; - 84F0E98D1902B30C00FA4810 /* ExampleListVC.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ExampleListVC.xib; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 84654C0D18FE8EE200160F11 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 84654C1618FE8EE300160F11 /* CoreGraphics.framework in Frameworks */, - 84654C1818FE8EE300160F11 /* UIKit.framework in Frameworks */, - 84654C1418FE8EE300160F11 /* Foundation.framework in Frameworks */, - 973F4746059343C9A462AA2D /* libPods.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 84654C2818FE8EE300160F11 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 84654C2D18FE8EE300160F11 /* XCTest.framework in Frameworks */, - 84654C2F18FE8EE300160F11 /* UIKit.framework in Frameworks */, - 84654C2E18FE8EE300160F11 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 84654C0718FE8EE200160F11 = { - isa = PBXGroup; - children = ( - 84654C1918FE8EE300160F11 /* GraphKit */, - 84654C3218FE8EE300160F11 /* GraphKitTests */, - 84654C1218FE8EE300160F11 /* Frameworks */, - 84654C1118FE8EE300160F11 /* Products */, - 18F9DA79A28F40FB97347697 /* Pods.xcconfig */, - ); - sourceTree = ""; - }; - 84654C1118FE8EE300160F11 /* Products */ = { - isa = PBXGroup; - children = ( - 84654C1018FE8EE300160F11 /* GraphKit.app */, - 84654C2B18FE8EE300160F11 /* GraphKitTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 84654C1218FE8EE300160F11 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 84654C1318FE8EE300160F11 /* Foundation.framework */, - 84654C1518FE8EE300160F11 /* CoreGraphics.framework */, - 84654C1718FE8EE300160F11 /* UIKit.framework */, - 84654C2C18FE8EE300160F11 /* XCTest.framework */, - 74E12B5B49644056930176BC /* libPods.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 84654C1918FE8EE300160F11 /* GraphKit */ = { - isa = PBXGroup; - children = ( - 84654C4D18FE932A00160F11 /* Example */, - 84654C4218FE8EF300160F11 /* Source */, - 84654C2218FE8EE300160F11 /* AppDelegate.h */, - 84654C2318FE8EE300160F11 /* AppDelegate.m */, - 84654C2518FE8EE300160F11 /* Images.xcassets */, - 84654C1A18FE8EE300160F11 /* Supporting Files */, - ); - path = GraphKit; - sourceTree = ""; - }; - 84654C1A18FE8EE300160F11 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 84654C1B18FE8EE300160F11 /* GraphKit-Info.plist */, - 84654C1C18FE8EE300160F11 /* InfoPlist.strings */, - 84654C1F18FE8EE300160F11 /* main.m */, - 84654C2118FE8EE300160F11 /* GraphKit-Prefix.pch */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 84654C3218FE8EE300160F11 /* GraphKitTests */ = { - isa = PBXGroup; - children = ( - 84654C3818FE8EE300160F11 /* GraphKitTests.m */, - 84654C3318FE8EE300160F11 /* Supporting Files */, - ); - path = GraphKitTests; - sourceTree = ""; - }; - 84654C3318FE8EE300160F11 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 84654C3418FE8EE300160F11 /* GraphKitTests-Info.plist */, - 84654C3518FE8EE300160F11 /* InfoPlist.strings */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 84654C4218FE8EF300160F11 /* Source */ = { - isa = PBXGroup; - children = ( - 84654C4618FE8F0600160F11 /* GraphKit.h */, - 847259271905C1D300819664 /* UIColor+GraphKit.h */, - 847259281905C1D300819664 /* UIColor+GraphKit.m */, - 84654C4918FE907500160F11 /* BarGraph */, - 847259201904AB8F00819664 /* LineGraph */, - ); - name = Source; - path = ../../Source; - sourceTree = ""; - }; - 84654C4918FE907500160F11 /* BarGraph */ = { - isa = PBXGroup; - children = ( - 84654C4A18FE909A00160F11 /* GKBar.h */, - 84654C4B18FE909A00160F11 /* GKBar.m */, - 84654C5318FEDCDF00160F11 /* GKBarGraph.h */, - 84654C5418FEDCDF00160F11 /* GKBarGraph.m */, - ); - path = BarGraph; - sourceTree = ""; - }; - 84654C4D18FE932A00160F11 /* Example */ = { - isa = PBXGroup; - children = ( - 84F0E98B1902B30C00FA4810 /* ExampleListVC.h */, - 84F0E98C1902B30C00FA4810 /* ExampleListVC.m */, - 84F0E98D1902B30C00FA4810 /* ExampleListVC.xib */, - 84654C4E18FE934800160F11 /* ExampleBarVC.h */, - 84654C4F18FE934800160F11 /* ExampleBarVC.m */, - 84654C5018FE934800160F11 /* ExampleBarVC.xib */, - 84654C5618FF4C8300160F11 /* ExampleBarGraphVC.h */, - 84654C5718FF4C8300160F11 /* ExampleBarGraphVC.m */, - 84654C5818FF4C8300160F11 /* ExampleBarGraphVC.xib */, - 8472591B1904AA4F00819664 /* ExampleLineGraph.h */, - 8472591C1904AA4F00819664 /* ExampleLineGraph.m */, - 8472591D1904AA4F00819664 /* ExampleLineGraph.xib */, - 8472592D1905D63500819664 /* UIViewController+BButton.h */, - 8472592E1905D63500819664 /* UIViewController+BButton.m */, - ); - path = Example; - sourceTree = SOURCE_ROOT; - }; - 847259201904AB8F00819664 /* LineGraph */ = { - isa = PBXGroup; - children = ( - 847259211904ABE200819664 /* GKLineGraph.h */, - 847259221904ABE200819664 /* GKLineGraph.m */, - ); - path = LineGraph; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 84654C0F18FE8EE200160F11 /* GraphKit */ = { - isa = PBXNativeTarget; - buildConfigurationList = 84654C3C18FE8EE300160F11 /* Build configuration list for PBXNativeTarget "GraphKit" */; - buildPhases = ( - 83175F7BAC184C238C8A7ED0 /* Check Pods Manifest.lock */, - 84654C0C18FE8EE200160F11 /* Sources */, - 84654C0D18FE8EE200160F11 /* Frameworks */, - 84654C0E18FE8EE200160F11 /* Resources */, - D08870F64023490D9D34D82D /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = GraphKit; - productName = GraphKit; - productReference = 84654C1018FE8EE300160F11 /* GraphKit.app */; - productType = "com.apple.product-type.application"; - }; - 84654C2A18FE8EE300160F11 /* GraphKitTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 84654C3F18FE8EE300160F11 /* Build configuration list for PBXNativeTarget "GraphKitTests" */; - buildPhases = ( - 84654C2718FE8EE300160F11 /* Sources */, - 84654C2818FE8EE300160F11 /* Frameworks */, - 84654C2918FE8EE300160F11 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 84654C3118FE8EE300160F11 /* PBXTargetDependency */, - ); - name = GraphKitTests; - productName = GraphKitTests; - productReference = 84654C2B18FE8EE300160F11 /* GraphKitTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 84654C0818FE8EE200160F11 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0510; - ORGANIZATIONNAME = "Michal Konturek"; - TargetAttributes = { - 84654C2A18FE8EE300160F11 = { - TestTargetID = 84654C0F18FE8EE200160F11; - }; - }; - }; - buildConfigurationList = 84654C0B18FE8EE200160F11 /* Build configuration list for PBXProject "GraphKit" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 84654C0718FE8EE200160F11; - productRefGroup = 84654C1118FE8EE300160F11 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 84654C0F18FE8EE200160F11 /* GraphKit */, - 84654C2A18FE8EE300160F11 /* GraphKitTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 84654C0E18FE8EE200160F11 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 84654C1E18FE8EE300160F11 /* InfoPlist.strings in Resources */, - 84654C2618FE8EE300160F11 /* Images.xcassets in Resources */, - 84654C5A18FF4C8300160F11 /* ExampleBarGraphVC.xib in Resources */, - 84F0E98F1902B30C00FA4810 /* ExampleListVC.xib in Resources */, - 84654C5218FE934800160F11 /* ExampleBarVC.xib in Resources */, - 8472591F1904AA4F00819664 /* ExampleLineGraph.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 84654C2918FE8EE300160F11 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 84654C3718FE8EE300160F11 /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 83175F7BAC184C238C8A7ED0 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "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 cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - D08870F64023490D9D34D82D /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 84654C0C18FE8EE200160F11 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 847259231904ABE200819664 /* GKLineGraph.m in Sources */, - 8472592F1905D63500819664 /* UIViewController+BButton.m in Sources */, - 84654C5518FEDCDF00160F11 /* GKBarGraph.m in Sources */, - 84654C2418FE8EE300160F11 /* AppDelegate.m in Sources */, - 847259291905C1D300819664 /* UIColor+GraphKit.m in Sources */, - 84654C5918FF4C8300160F11 /* ExampleBarGraphVC.m in Sources */, - 8472591E1904AA4F00819664 /* ExampleLineGraph.m in Sources */, - 84654C4C18FE909A00160F11 /* GKBar.m in Sources */, - 84654C2018FE8EE300160F11 /* main.m in Sources */, - 84F0E98E1902B30C00FA4810 /* ExampleListVC.m in Sources */, - 84654C5118FE934800160F11 /* ExampleBarVC.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 84654C2718FE8EE300160F11 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 84654C3918FE8EE300160F11 /* GraphKitTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 84654C3118FE8EE300160F11 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 84654C0F18FE8EE200160F11 /* GraphKit */; - targetProxy = 84654C3018FE8EE300160F11 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 84654C1C18FE8EE300160F11 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 84654C1D18FE8EE300160F11 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - 84654C3518FE8EE300160F11 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 84654C3618FE8EE300160F11 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 84654C3A18FE8EE300160F11 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = 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_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/**"; - }; - name = Debug; - }; - 84654C3B18FE8EE300160F11 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = 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_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - SDKROOT = iphoneos; - USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/**"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 84654C3D18FE8EE300160F11 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 18F9DA79A28F40FB97347697 /* Pods.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "GraphKit/GraphKit-Prefix.pch"; - INFOPLIST_FILE = "GraphKit/GraphKit-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/**"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - 84654C3E18FE8EE300160F11 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 18F9DA79A28F40FB97347697 /* Pods.xcconfig */; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "GraphKit/GraphKit-Prefix.pch"; - INFOPLIST_FILE = "GraphKit/GraphKit-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/**"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; - 84654C4018FE8EE300160F11 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/GraphKit.app/GraphKit"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "GraphKit/GraphKit-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "GraphKitTests/GraphKitTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - 84654C4118FE8EE300160F11 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/GraphKit.app/GraphKit"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "GraphKit/GraphKit-Prefix.pch"; - INFOPLIST_FILE = "GraphKitTests/GraphKitTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 84654C0B18FE8EE200160F11 /* Build configuration list for PBXProject "GraphKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 84654C3A18FE8EE300160F11 /* Debug */, - 84654C3B18FE8EE300160F11 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 84654C3C18FE8EE300160F11 /* Build configuration list for PBXNativeTarget "GraphKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 84654C3D18FE8EE300160F11 /* Debug */, - 84654C3E18FE8EE300160F11 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 84654C3F18FE8EE300160F11 /* Build configuration list for PBXNativeTarget "GraphKitTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 84654C4018FE8EE300160F11 /* Debug */, - 84654C4118FE8EE300160F11 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 84654C0818FE8EE200160F11 /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 74E12B5B49644056930176BC + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods.a + sourceTree + BUILT_PRODUCTS_DIR + + 83175F7BAC184C238C8A7ED0 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 84654C0718FE8EE200160F11 + + children + + 84654C1918FE8EE300160F11 + 84654C3218FE8EE300160F11 + 84654C1218FE8EE300160F11 + 84654C1118FE8EE300160F11 + D66EB86FC82255B51279B314 + + isa + PBXGroup + sourceTree + <group> + + 84654C0818FE8EE200160F11 + + attributes + + LastUpgradeCheck + 0510 + ORGANIZATIONNAME + Michal Konturek + TargetAttributes + + 84654C2A18FE8EE300160F11 + + TestTargetID + 84654C0F18FE8EE200160F11 + + + + buildConfigurationList + 84654C0B18FE8EE200160F11 + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + 84654C0718FE8EE200160F11 + productRefGroup + 84654C1118FE8EE300160F11 + projectDirPath + + projectReferences + + projectRoot + + targets + + 84654C0F18FE8EE200160F11 + 84654C2A18FE8EE300160F11 + + + 84654C0B18FE8EE200160F11 + + buildConfigurations + + 84654C3A18FE8EE300160F11 + 84654C3B18FE8EE300160F11 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 84654C0C18FE8EE200160F11 + + buildActionMask + 2147483647 + files + + 847259231904ABE200819664 + 8472592F1905D63500819664 + 84654C5518FEDCDF00160F11 + 84654C2418FE8EE300160F11 + 847259291905C1D300819664 + 84654C5918FF4C8300160F11 + 8472591E1904AA4F00819664 + 84654C4C18FE909A00160F11 + 84654C2018FE8EE300160F11 + 84F0E98E1902B30C00FA4810 + 84654C5118FE934800160F11 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 84654C0D18FE8EE200160F11 + + buildActionMask + 2147483647 + files + + 84654C1618FE8EE300160F11 + 84654C1818FE8EE300160F11 + 84654C1418FE8EE300160F11 + 973F4746059343C9A462AA2D + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 84654C0E18FE8EE200160F11 + + buildActionMask + 2147483647 + files + + 84654C1E18FE8EE300160F11 + 84654C2618FE8EE300160F11 + 84654C5A18FF4C8300160F11 + 84F0E98F1902B30C00FA4810 + 84654C5218FE934800160F11 + 8472591F1904AA4F00819664 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 84654C0F18FE8EE200160F11 + + buildConfigurationList + 84654C3C18FE8EE300160F11 + buildPhases + + 83175F7BAC184C238C8A7ED0 + 84654C0C18FE8EE200160F11 + 84654C0D18FE8EE200160F11 + 84654C0E18FE8EE200160F11 + D08870F64023490D9D34D82D + + buildRules + + dependencies + + isa + PBXNativeTarget + name + GraphKit + productName + GraphKit + productReference + 84654C1018FE8EE300160F11 + productType + com.apple.product-type.application + + 84654C1018FE8EE300160F11 + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + GraphKit.app + sourceTree + BUILT_PRODUCTS_DIR + + 84654C1118FE8EE300160F11 + + children + + 84654C1018FE8EE300160F11 + 84654C2B18FE8EE300160F11 + + isa + PBXGroup + name + Products + sourceTree + <group> + + 84654C1218FE8EE300160F11 + + children + + 84654C1318FE8EE300160F11 + 84654C1518FE8EE300160F11 + 84654C1718FE8EE300160F11 + 84654C2C18FE8EE300160F11 + 74E12B5B49644056930176BC + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 84654C1318FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + System/Library/Frameworks/Foundation.framework + sourceTree + SDKROOT + + 84654C1418FE8EE300160F11 + + fileRef + 84654C1318FE8EE300160F11 + isa + PBXBuildFile + + 84654C1518FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + 84654C1618FE8EE300160F11 + + fileRef + 84654C1518FE8EE300160F11 + isa + PBXBuildFile + + 84654C1718FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + System/Library/Frameworks/UIKit.framework + sourceTree + SDKROOT + + 84654C1818FE8EE300160F11 + + fileRef + 84654C1718FE8EE300160F11 + isa + PBXBuildFile + + 84654C1918FE8EE300160F11 + + children + + 84654C4D18FE932A00160F11 + 84654C4218FE8EF300160F11 + 84654C2218FE8EE300160F11 + 84654C2318FE8EE300160F11 + 84654C2518FE8EE300160F11 + 84654C1A18FE8EE300160F11 + + isa + PBXGroup + path + GraphKit + sourceTree + <group> + + 84654C1A18FE8EE300160F11 + + children + + 84654C1B18FE8EE300160F11 + 84654C1C18FE8EE300160F11 + 84654C1F18FE8EE300160F11 + 84654C2118FE8EE300160F11 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 84654C1B18FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + GraphKit-Info.plist + sourceTree + <group> + + 84654C1C18FE8EE300160F11 + + children + + 84654C1D18FE8EE300160F11 + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 84654C1D18FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 84654C1E18FE8EE300160F11 + + fileRef + 84654C1C18FE8EE300160F11 + isa + PBXBuildFile + + 84654C1F18FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + main.m + sourceTree + <group> + + 84654C2018FE8EE300160F11 + + fileRef + 84654C1F18FE8EE300160F11 + isa + PBXBuildFile + + 84654C2118FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GraphKit-Prefix.pch + sourceTree + <group> + + 84654C2218FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + AppDelegate.h + sourceTree + <group> + + 84654C2318FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + AppDelegate.m + sourceTree + <group> + + 84654C2418FE8EE300160F11 + + fileRef + 84654C2318FE8EE300160F11 + isa + PBXBuildFile + + 84654C2518FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Images.xcassets + sourceTree + <group> + + 84654C2618FE8EE300160F11 + + fileRef + 84654C2518FE8EE300160F11 + isa + PBXBuildFile + + 84654C2718FE8EE300160F11 + + buildActionMask + 2147483647 + files + + 84654C3918FE8EE300160F11 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 84654C2818FE8EE300160F11 + + buildActionMask + 2147483647 + files + + 84654C2D18FE8EE300160F11 + 84654C2F18FE8EE300160F11 + 84654C2E18FE8EE300160F11 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 84654C2918FE8EE300160F11 + + buildActionMask + 2147483647 + files + + 84654C3718FE8EE300160F11 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 84654C2A18FE8EE300160F11 + + buildConfigurationList + 84654C3F18FE8EE300160F11 + buildPhases + + 84654C2718FE8EE300160F11 + 84654C2818FE8EE300160F11 + 84654C2918FE8EE300160F11 + + buildRules + + dependencies + + 84654C3118FE8EE300160F11 + + isa + PBXNativeTarget + name + GraphKitTests + productName + GraphKitTests + productReference + 84654C2B18FE8EE300160F11 + productType + com.apple.product-type.bundle.unit-test + + 84654C2B18FE8EE300160F11 + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + GraphKitTests.xctest + sourceTree + BUILT_PRODUCTS_DIR + + 84654C2C18FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + XCTest.framework + path + Library/Frameworks/XCTest.framework + sourceTree + DEVELOPER_DIR + + 84654C2D18FE8EE300160F11 + + fileRef + 84654C2C18FE8EE300160F11 + isa + PBXBuildFile + + 84654C2E18FE8EE300160F11 + + fileRef + 84654C1318FE8EE300160F11 + isa + PBXBuildFile + + 84654C2F18FE8EE300160F11 + + fileRef + 84654C1718FE8EE300160F11 + isa + PBXBuildFile + + 84654C3018FE8EE300160F11 + + containerPortal + 84654C0818FE8EE200160F11 + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 84654C0F18FE8EE200160F11 + remoteInfo + GraphKit + + 84654C3118FE8EE300160F11 + + isa + PBXTargetDependency + target + 84654C0F18FE8EE200160F11 + targetProxy + 84654C3018FE8EE300160F11 + + 84654C3218FE8EE300160F11 + + children + + 84654C3818FE8EE300160F11 + 84654C3318FE8EE300160F11 + + isa + PBXGroup + path + GraphKitTests + sourceTree + <group> + + 84654C3318FE8EE300160F11 + + children + + 84654C3418FE8EE300160F11 + 84654C3518FE8EE300160F11 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 84654C3418FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + GraphKitTests-Info.plist + sourceTree + <group> + + 84654C3518FE8EE300160F11 + + children + + 84654C3618FE8EE300160F11 + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 84654C3618FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 84654C3718FE8EE300160F11 + + fileRef + 84654C3518FE8EE300160F11 + isa + PBXBuildFile + + 84654C3818FE8EE300160F11 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GraphKitTests.m + sourceTree + <group> + + 84654C3918FE8EE300160F11 + + fileRef + 84654C3818FE8EE300160F11 + isa + PBXBuildFile + + 84654C3A18FE8EE300160F11 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + 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_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + USER_HEADER_SEARCH_PATHS + $(SRCROOT)/** + + isa + XCBuildConfiguration + name + Debug + + 84654C3B18FE8EE300160F11 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + 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_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + YES + ENABLE_NS_ASSERTIONS + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + SDKROOT + iphoneos + USER_HEADER_SEARCH_PATHS + $(SRCROOT)/** + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 84654C3C18FE8EE300160F11 + + buildConfigurations + + 84654C3D18FE8EE300160F11 + 84654C3E18FE8EE300160F11 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 84654C3D18FE8EE300160F11 + + baseConfigurationReference + 8AEF73567DD4B30E5A877C5C + buildSettings + + ALWAYS_SEARCH_USER_PATHS + YES + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + GraphKit/GraphKit-Prefix.pch + INFOPLIST_FILE + GraphKit/GraphKit-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + USER_HEADER_SEARCH_PATHS + $(SRCROOT)/** + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Debug + + 84654C3E18FE8EE300160F11 + + baseConfigurationReference + 873AC9F69410844871F60371 + buildSettings + + ALWAYS_SEARCH_USER_PATHS + YES + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + GraphKit/GraphKit-Prefix.pch + INFOPLIST_FILE + GraphKit/GraphKit-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + USER_HEADER_SEARCH_PATHS + $(SRCROOT)/** + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Release + + 84654C3F18FE8EE300160F11 + + buildConfigurations + + 84654C4018FE8EE300160F11 + 84654C4118FE8EE300160F11 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 84654C4018FE8EE300160F11 + + buildSettings + + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/GraphKit.app/GraphKit + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + $(DEVELOPER_FRAMEWORKS_DIR) + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + GraphKit/GraphKit-Prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + GraphKitTests/GraphKitTests-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Debug + + 84654C4118FE8EE300160F11 + + buildSettings + + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/GraphKit.app/GraphKit + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + $(DEVELOPER_FRAMEWORKS_DIR) + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + GraphKit/GraphKit-Prefix.pch + INFOPLIST_FILE + GraphKitTests/GraphKitTests-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Release + + 84654C4218FE8EF300160F11 + + children + + 84654C4618FE8F0600160F11 + 847259271905C1D300819664 + 847259281905C1D300819664 + 84654C4918FE907500160F11 + 847259201904AB8F00819664 + + isa + PBXGroup + name + Source + path + ../../Source + sourceTree + <group> + + 84654C4618FE8F0600160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GraphKit.h + sourceTree + <group> + + 84654C4918FE907500160F11 + + children + + 84654C4A18FE909A00160F11 + 84654C4B18FE909A00160F11 + 84654C5318FEDCDF00160F11 + 84654C5418FEDCDF00160F11 + + isa + PBXGroup + path + BarGraph + sourceTree + <group> + + 84654C4A18FE909A00160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GKBar.h + sourceTree + <group> + + 84654C4B18FE909A00160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GKBar.m + sourceTree + <group> + + 84654C4C18FE909A00160F11 + + fileRef + 84654C4B18FE909A00160F11 + isa + PBXBuildFile + + 84654C4D18FE932A00160F11 + + children + + 84F0E98B1902B30C00FA4810 + 84F0E98C1902B30C00FA4810 + 84F0E98D1902B30C00FA4810 + 84654C4E18FE934800160F11 + 84654C4F18FE934800160F11 + 84654C5018FE934800160F11 + 84654C5618FF4C8300160F11 + 84654C5718FF4C8300160F11 + 84654C5818FF4C8300160F11 + 8472591B1904AA4F00819664 + 8472591C1904AA4F00819664 + 8472591D1904AA4F00819664 + 8472592D1905D63500819664 + 8472592E1905D63500819664 + + isa + PBXGroup + path + Example + sourceTree + SOURCE_ROOT + + 84654C4E18FE934800160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ExampleBarVC.h + sourceTree + <group> + + 84654C4F18FE934800160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ExampleBarVC.m + sourceTree + <group> + + 84654C5018FE934800160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + file.xib + path + ExampleBarVC.xib + sourceTree + <group> + + 84654C5118FE934800160F11 + + fileRef + 84654C4F18FE934800160F11 + isa + PBXBuildFile + + 84654C5218FE934800160F11 + + fileRef + 84654C5018FE934800160F11 + isa + PBXBuildFile + + 84654C5318FEDCDF00160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GKBarGraph.h + sourceTree + <group> + + 84654C5418FEDCDF00160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GKBarGraph.m + sourceTree + <group> + + 84654C5518FEDCDF00160F11 + + fileRef + 84654C5418FEDCDF00160F11 + isa + PBXBuildFile + + 84654C5618FF4C8300160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ExampleBarGraphVC.h + sourceTree + <group> + + 84654C5718FF4C8300160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ExampleBarGraphVC.m + sourceTree + <group> + + 84654C5818FF4C8300160F11 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + file.xib + path + ExampleBarGraphVC.xib + sourceTree + <group> + + 84654C5918FF4C8300160F11 + + fileRef + 84654C5718FF4C8300160F11 + isa + PBXBuildFile + + 84654C5A18FF4C8300160F11 + + fileRef + 84654C5818FF4C8300160F11 + isa + PBXBuildFile + + 8472591B1904AA4F00819664 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ExampleLineGraph.h + sourceTree + <group> + + 8472591C1904AA4F00819664 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ExampleLineGraph.m + sourceTree + <group> + + 8472591D1904AA4F00819664 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + file.xib + path + ExampleLineGraph.xib + sourceTree + <group> + + 8472591E1904AA4F00819664 + + fileRef + 8472591C1904AA4F00819664 + isa + PBXBuildFile + + 8472591F1904AA4F00819664 + + fileRef + 8472591D1904AA4F00819664 + isa + PBXBuildFile + + 847259201904AB8F00819664 + + children + + 847259211904ABE200819664 + 847259221904ABE200819664 + + isa + PBXGroup + path + LineGraph + sourceTree + <group> + + 847259211904ABE200819664 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + GKLineGraph.h + sourceTree + <group> + + 847259221904ABE200819664 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + GKLineGraph.m + sourceTree + <group> + + 847259231904ABE200819664 + + fileRef + 847259221904ABE200819664 + isa + PBXBuildFile + + 847259271905C1D300819664 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIColor+GraphKit.h + sourceTree + <group> + + 847259281905C1D300819664 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIColor+GraphKit.m + sourceTree + <group> + + 847259291905C1D300819664 + + fileRef + 847259281905C1D300819664 + isa + PBXBuildFile + + 8472592D1905D63500819664 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + UIViewController+BButton.h + sourceTree + <group> + + 8472592E1905D63500819664 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + UIViewController+BButton.m + sourceTree + <group> + + 8472592F1905D63500819664 + + fileRef + 8472592E1905D63500819664 + isa + PBXBuildFile + + 84F0E98B1902B30C00FA4810 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ExampleListVC.h + sourceTree + <group> + + 84F0E98C1902B30C00FA4810 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ExampleListVC.m + sourceTree + <group> + + 84F0E98D1902B30C00FA4810 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + file.xib + path + ExampleListVC.xib + sourceTree + <group> + + 84F0E98E1902B30C00FA4810 + + fileRef + 84F0E98C1902B30C00FA4810 + isa + PBXBuildFile + + 84F0E98F1902B30C00FA4810 + + fileRef + 84F0E98D1902B30C00FA4810 + isa + PBXBuildFile + + 873AC9F69410844871F60371 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods.release.xcconfig + path + Pods/Target Support Files/Pods/Pods.release.xcconfig + sourceTree + <group> + + 8AEF73567DD4B30E5A877C5C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods.debug.xcconfig + path + Pods/Target Support Files/Pods/Pods.debug.xcconfig + sourceTree + <group> + + 973F4746059343C9A462AA2D + + fileRef + 74E12B5B49644056930176BC + isa + PBXBuildFile + + D08870F64023490D9D34D82D + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh" + + showEnvVarsInLog + 0 + + D66EB86FC82255B51279B314 + + children + + 8AEF73567DD4B30E5A877C5C + 873AC9F69410844871F60371 + + isa + PBXGroup + name + Pods + sourceTree + <group> + + + rootObject + 84654C0818FE8EE200160F11 + + diff --git a/GraphKit/Podfile b/GraphKit/Podfile index 15d33e0..616798b 100644 --- a/GraphKit/Podfile +++ b/GraphKit/Podfile @@ -1,3 +1,4 @@ +source 'https://github.com/CocoaPods/Specs.git' pod 'BButton' pod 'FrameAccessor', '~> 1.3.2' diff --git a/GraphKit/Podfile.lock b/GraphKit/Podfile.lock index f41e138..26f909c 100644 --- a/GraphKit/Podfile.lock +++ b/GraphKit/Podfile.lock @@ -1,7 +1,7 @@ PODS: - - BButton (3.2.3) + - BButton (4.0.1) - FrameAccessor (1.3.2) - - MKFoundationKit/NSArray (1.2.2) + - MKFoundationKit/NSArray (1.2.3) DEPENDENCIES: - BButton @@ -9,8 +9,8 @@ DEPENDENCIES: - MKFoundationKit/NSArray (~> 1.2.2) SPEC CHECKSUMS: - BButton: b405745cd7ccc9444c696b8690fb79541623766a - FrameAccessor: 1c383c4dc298925749fb2a6b9c05cd45be0d8857 - MKFoundationKit: 7f203cb163a892826fa567842c441b1a13b4e70b + BButton: 396a5e59648e3f687b7d8201b88ebdbad6e36b59 + FrameAccessor: 5eec95b29b5e9a3afe72a7a2e9ed25b000d3bcc3 + MKFoundationKit: 4858fe474ee45f988db5ff1e229d700743e71ed8 -COCOAPODS: 0.32.1 +COCOAPODS: 0.34.1 diff --git a/GraphKit/Pods/BButton/BButton/Classes/BButton.h b/GraphKit/Pods/BButton/BButton/Classes/BButton.h index 2ae0644..77bec71 100644 --- a/GraphKit/Pods/BButton/BButton/Classes/BButton.h +++ b/GraphKit/Pods/BButton/BButton/Classes/BButton.h @@ -1,6 +1,4 @@ // -// BButton.h -// // Created by Mathieu Bolard on 31/07/12. // Copyright (c) 2012 Mathieu Bolard. All rights reserved. // @@ -87,7 +85,7 @@ typedef NS_ENUM(NSUInteger, BButtonType) { * * @return An initialized `BButton` object or `nil` if the object could not be successfully initialized. */ -- (id)initWithFrame:(CGRect)frame type:(BButtonType)type style:(BButtonStyle)style; +- (instancetype)initWithFrame:(CGRect)frame type:(BButtonType)type style:(BButtonStyle)style; /** * Initializes and returns a button having the given frame, type, style, icon, and font size. @@ -100,11 +98,11 @@ typedef NS_ENUM(NSUInteger, BButtonType) { * * @return An initialized `BButton` object or `nil` if the object could not be successfully initialized. */ -- (id)initWithFrame:(CGRect)frame - type:(BButtonType)type - style:(BButtonStyle)style - icon:(FAIcon)icon - fontSize:(CGFloat)fontSize; +- (instancetype)initWithFrame:(CGRect)frame + type:(BButtonType)type + style:(BButtonStyle)style + icon:(FAIcon)icon + fontSize:(CGFloat)fontSize; /** * Initializes and returns a button having the given frame, color, and style. @@ -115,7 +113,7 @@ typedef NS_ENUM(NSUInteger, BButtonType) { * * @return An initialized `BButton` object or `nil` if the object could not be successfully initialized. */ -- (id)initWithFrame:(CGRect)frame color:(UIColor *)color style:(BButtonStyle)style; +- (instancetype)initWithFrame:(CGRect)frame color:(UIColor *)color style:(BButtonStyle)style; /** * Initializes and returns a button having the given frame, color, style, icon, and font size. @@ -128,11 +126,11 @@ typedef NS_ENUM(NSUInteger, BButtonType) { * * @return An initialized `BButton` object or `nil` if the object could not be successfully initialized. */ -- (id)initWithFrame:(CGRect)frame - color:(UIColor *)color - style:(BButtonStyle)style - icon:(FAIcon)icon - fontSize:(CGFloat)fontSize; +- (instancetype)initWithFrame:(CGRect)frame + color:(UIColor *)color + style:(BButtonStyle)style + icon:(FAIcon)icon + fontSize:(CGFloat)fontSize; /** * Initializes and returns a special icon-only button having the given icon, type, and style. The button frame is set with an origin of `(0.0, 0.0)` and a size of `(40.0, 40.0)`. The button font size is set to `20.0`. @@ -143,9 +141,9 @@ typedef NS_ENUM(NSUInteger, BButtonType) { * * @return An initialized `BButton` object or `nil` if the object could not be successfully initialized. */ -+ (BButton *)awesomeButtonWithOnlyIcon:(FAIcon)icon - type:(BButtonType)type - style:(BButtonStyle)style; ++ (instancetype)awesomeButtonWithOnlyIcon:(FAIcon)icon + type:(BButtonType)type + style:(BButtonStyle)style; /** * Initializes and returns a special icon-only button having the given icon, color, and style. The button frame is set with an origin of `(0.0, 0.0)` and a size of `(40.0, 40.0)`. The button font size is set to `20.0`. @@ -156,9 +154,9 @@ typedef NS_ENUM(NSUInteger, BButtonType) { * * @return An initialized `BButton` object or `nil` if the object could not be successfully initialized. */ -+ (BButton *)awesomeButtonWithOnlyIcon:(FAIcon)icon - color:(UIColor *)color - style:(BButtonStyle)style; ++ (instancetype)awesomeButtonWithOnlyIcon:(FAIcon)icon + color:(UIColor *)color + style:(BButtonStyle)style; #pragma mark - BButton diff --git a/GraphKit/Pods/BButton/BButton/Classes/BButton.m b/GraphKit/Pods/BButton/BButton/Classes/BButton.m index 4cc51fb..27744f5 100644 --- a/GraphKit/Pods/BButton/BButton/Classes/BButton.m +++ b/GraphKit/Pods/BButton/BButton/Classes/BButton.m @@ -1,6 +1,4 @@ // -// BButton.m -// // Created by Mathieu Bolard on 31/07/12. // Copyright (c) 2012 Mathieu Bolard. All rights reserved. // @@ -24,7 +22,6 @@ static CGFloat const kBButtonCornerRadiusV2 = 6.0f; static CGFloat const kBButtonCornerRadiusV3 = 4.0f; -static NSArray * kFontAwesomeStrings; @interface BButton () @@ -33,10 +30,6 @@ @interface BButton () - (void)setup; - (void)setTextAttributesForStyle:(BButtonStyle)aStyle; -- (void)didRecieveMemoryWarningNotification:(NSNotification *)notification; - -- (NSString *)stringFromFontAwesomeIcon:(FAIcon)icon; - + (UIColor *)colorForButtonType:(BButtonType)type style:(BButtonStyle)style; + (UIColor *)colorForV2StyleButtonWithType:(BButtonType)type; + (UIColor *)colorForV3StyleButtonWithType:(BButtonType)type; @@ -62,10 +55,6 @@ - (void)setup _shouldShowDisabled = YES; _buttonStyle = BButtonStyleBootstrapV3; [self setType:BButtonTypeDefault]; - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(didRecieveMemoryWarningNotification:) - name:UIApplicationDidReceiveMemoryWarningNotification - object:nil]; } - (void)setTextAttributesForStyle:(BButtonStyle)aStyle @@ -85,18 +74,18 @@ - (void)setTextAttributesForStyle:(BButtonStyle)aStyle #pragma mark - Initialization -- (id)initWithFrame:(CGRect)frame type:(BButtonType)type style:(BButtonStyle)style +- (instancetype)initWithFrame:(CGRect)frame type:(BButtonType)type style:(BButtonStyle)style { return [self initWithFrame:frame color:[BButton colorForButtonType:type style:style] style:style]; } -- (id)initWithFrame:(CGRect)frame - type:(BButtonType)type - style:(BButtonStyle)style - icon:(FAIcon)icon - fontSize:(CGFloat)fontSize +- (instancetype)initWithFrame:(CGRect)frame + type:(BButtonType)type + style:(BButtonStyle)style + icon:(FAIcon)icon + fontSize:(CGFloat)fontSize { return [self initWithFrame:frame color:[BButton colorForButtonType:type style:style] @@ -105,10 +94,10 @@ - (id)initWithFrame:(CGRect)frame fontSize:fontSize]; } -- (id)initWithFrame:(CGRect)frame color:(UIColor *)color style:(BButtonStyle)style +- (instancetype)initWithFrame:(CGRect)frame color:(UIColor *)color style:(BButtonStyle)style { self = [self initWithFrame:frame]; - if(self) { + if (self) { _buttonStyle = style; [self setColor:color]; [self setTextAttributesForStyle:style]; @@ -116,36 +105,36 @@ - (id)initWithFrame:(CGRect)frame color:(UIColor *)color style:(BButtonStyle)sty return self; } -- (id)initWithFrame:(CGRect)frame - color:(UIColor *)color - style:(BButtonStyle)style - icon:(FAIcon)icon - fontSize:(CGFloat)fontSize +- (instancetype)initWithFrame:(CGRect)frame + color:(UIColor *)color + style:(BButtonStyle)style + icon:(FAIcon)icon + fontSize:(CGFloat)fontSize { self = [self initWithFrame:frame color:color style:style]; - if(self) { + if (self) { [[self titleLabel] setFont:[UIFont fontWithName:kFontAwesomeFont size:fontSize]]; [[self titleLabel] setTextAlignment:NSTextAlignmentCenter]; - [self setTitle:[self stringFromFontAwesomeIcon:icon] + [self setTitle:[NSString fa_stringForFontAwesomeIcon:icon] forState:UIControlStateNormal]; } return self; } -- (id)initWithFrame:(CGRect)frame +- (instancetype)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; - if(self) { + if (self) { [self setup]; [self setTextAttributesForStyle:_buttonStyle]; } return self; } -- (id)initWithCoder:(NSCoder *)aDecoder +- (instancetype)initWithCoder:(NSCoder *)aDecoder { self = [super initWithCoder:aDecoder]; - if(self) { + if (self) { [self setup]; } return self; @@ -155,26 +144,22 @@ - (void)dealloc { _color = nil; _buttonCornerRadius = nil; - kFontAwesomeStrings = nil; - [[NSNotificationCenter defaultCenter] removeObserver:self - name:UIApplicationDidReceiveMemoryWarningNotification - object:nil]; } #pragma mark - Class initialization -+ (BButton *)awesomeButtonWithOnlyIcon:(FAIcon)icon - type:(BButtonType)type - style:(BButtonStyle)style ++ (instancetype)awesomeButtonWithOnlyIcon:(FAIcon)icon + type:(BButtonType)type + style:(BButtonStyle)style { return [BButton awesomeButtonWithOnlyIcon:icon color:[BButton colorForButtonType:type style:style] style:style]; } -+ (BButton *)awesomeButtonWithOnlyIcon:(FAIcon)icon - color:(UIColor *)color - style:(BButtonStyle)style ++ (instancetype)awesomeButtonWithOnlyIcon:(FAIcon)icon + color:(UIColor *)color + style:(BButtonStyle)style { return [[BButton alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 40.0f, 40.0f) color:color @@ -201,11 +186,11 @@ - (void)setEnabled:(BOOL)enabled - (NSNumber *)buttonCornerRadius { - if(!_buttonCornerRadius) { + if (!_buttonCornerRadius) { _buttonCornerRadius = [[[self class] appearance] buttonCornerRadius]; } - if(_buttonCornerRadius) { + if (_buttonCornerRadius) { return _buttonCornerRadius; } @@ -218,7 +203,7 @@ - (void)setColor:(UIColor *)newColor { _color = newColor; - if([newColor bb_isLightColor]) { + if ([newColor bb_isLightColor]) { [self setTitleColor:[UIColor blackColor] forState:UIControlStateNormal]; [self setTitleShadowColor:[[UIColor whiteColor] colorWithAlphaComponent:0.6f] forState:UIControlStateNormal]; @@ -240,28 +225,20 @@ - (void)setShouldShowDisabled:(BOOL)show { _shouldShowDisabled = show; - if(show) { + if (show) { if([self.color bb_isLightColor]) [self setTitleColor:[UIColor colorWithWhite:0.4f alpha:0.5f] forState:UIControlStateDisabled]; else [self setTitleColor:[UIColor colorWithWhite:1.0f alpha:0.5f] forState:UIControlStateDisabled]; } else { - if([self.color bb_isLightColor]) + if ([self.color bb_isLightColor]) [self setTitleColor:[UIColor blackColor] forState:UIControlStateDisabled]; else [self setTitleColor:[UIColor whiteColor] forState:UIControlStateDisabled]; } } -#pragma mark - Notifications - -- (void)didRecieveMemoryWarningNotification:(NSNotification *)notification -{ - NSLog(@"%@ recieved %@", [BButton class], notification.name); - kFontAwesomeStrings = nil; -} - #pragma mark - BButton - (void)setStyle:(BButtonStyle)style @@ -278,7 +255,7 @@ - (void)setType:(BButtonType)type - (void)addAwesomeIcon:(FAIcon)icon beforeTitle:(BOOL)before { - NSString *iconString = [self stringFromFontAwesomeIcon:icon]; + NSString *iconString = [NSString fa_stringForFontAwesomeIcon:icon]; self.titleLabel.font = [UIFont fontWithName:kFontAwesomeFont size:self.titleLabel.font.pointSize]; @@ -296,15 +273,6 @@ - (void)addAwesomeIcon:(FAIcon)icon beforeTitle:(BOOL)before [self setTitle:title forState:UIControlStateNormal]; } -- (NSString *)stringFromFontAwesomeIcon:(FAIcon)icon -{ - if(!kFontAwesomeStrings) { - kFontAwesomeStrings = [NSString fa_allFontAwesomeStrings]; - } - return [NSString fa_stringFromFontAwesomeStrings:kFontAwesomeStrings - forIcon:icon]; -} - + (UIColor *)colorForButtonType:(BButtonType)type style:(BButtonStyle)style { switch (style) { diff --git a/GraphKit/Pods/BButton/BButton/Classes/NSString+FontAwesome.h b/GraphKit/Pods/BButton/BButton/Classes/NSString+FontAwesome.h index a10da63..dacc3f3 100644 --- a/GraphKit/Pods/BButton/BButton/Classes/NSString+FontAwesome.h +++ b/GraphKit/Pods/BButton/BButton/Classes/NSString+FontAwesome.h @@ -1,18 +1,9 @@ // -// NSString+FontAwesome.h -// -// Created by Pit Garbe on 27.09.12. -// Updated to Font Awesome 3.1.1 on 17.05.2013. -// Copyright (c) 2012 Pit Garbe. All rights reserved. -// -// https://github.com/leberwurstsaft/FontAwesome-for-iOS -// -// // * The Font Awesome font is licensed under the SIL Open Font License // http://scripts.sil.org/OFL // // -// * Font Awesome CSS, LESS, and SASS files are licensed under the MIT License +// * Font Awesome CSS, LESS, and SASS files are licensed under the MIT License // http://opensource.org/licenses/mit-license.html // // @@ -37,331 +28,425 @@ /** * A string constant for the Font Awesome font family name. */ -extern NSString * const kFontAwesomeFont; +FOUNDATION_EXPORT NSString * const kFontAwesomeFont; /** * A constant describing the available Font Awesome Icons. */ -typedef NS_ENUM(NSUInteger, FAIcon) { - FAIconGlass, - FAIconMusic, - FAIconSearch, - FAIconEnvelope, - FAIconHeart, - FAIconStar, - FAIconStarEmpty, - FAIconUser, - FAIconFilm, - FAIconThLarge, - FAIconTh, - FAIconThList, - FAIconOk, - FAIconRemove, - FAIconZoomIn, - FAIconZoomOut, - FAIconOff, - FAIconSignal, - FAIconCog, - FAIconTrash, - FAIconHome, - FAIconFile, - FAIconTime, - FAIconRoad, - FAIconDownloadAlt, - FAIconDownload, - FAIconUpload, - FAIconInbox, - FAIconPlayCircle, - FAIconRepeat, - FAIconRefresh, - FAIconListAlt, - FAIconLock, - FAIconFlag, - FAIconHeadphones, - FAIconVolumeOff, - FAIconVolumeDown, - FAIconVolumeUp, - FAIconQrcode, - FAIconBarcode, - FAIconTag, - FAIconTags, - FAIconBook, - FAIconBookmark, - FAIconPrint, - FAIconCamera, - FAIconFont, - FAIconBold, - FAIconItalic, - FAIconTextHeight, - FAIconTextWidth, - FAIconAlignLeft, - FAIconAlignCenter, - FAIconAlignRight, - FAIconAlignJustify, - FAIconList, - FAIconIndentLeft, - FAIconIndentRight, - FAIconFacetimeVideo, - FAIconPicture, - FAIconPencil, - FAIconMapMarker, - FAIconAdjust, - FAIconTint, - FAIconEdit, - FAIconShare, - FAIconCheck, - FAIconMove, - FAIconStepBackward, - FAIconFastBackward, - FAIconBackward, - FAIconPlay, - FAIconPause, - FAIconStop, - FAIconForward, - FAIconFastForward, - FAIconStepForward, - FAIconEject, - FAIconChevronLeft, - FAIconChevronRight, - FAIconPlusSign, - FAIconMinusSign, - FAIconRemoveSign, - FAIconOkSign, - FAIconQuestionSign, - FAIconInfoSign, - FAIconScreenshot, - FAIconRemoveCircle, - FAIconOkCircle, - FAIconBanCircle, - FAIconArrowLeft, - FAIconArrowRight, - FAIconArrowUp, - FAIconArrowDown, - FAIconShareAlt, - FAIconResizeFull, - FAIconResizeSmall, - FAIconPlus, - FAIconMinus, - FAIconAsterisk, - FAIconExclamationSign, - FAIconGift, - FAIconLeaf, - FAIconFire, - FAIconEyeOpen, - FAIconEyeClose, - FAIconWarningSign, - FAIconPlane, - FAIconCalendar, - FAIconRandom, - FAIconComment, - FAIconMagnet, - FAIconChevronUp, - FAIconChevronDown, - FAIconRetweet, - FAIconShoppingCart, - FAIconFolderClose, - FAIconFolderOpen, - FAIconResizeVertical, - FAIconResizeHorizontal, - FAIconBarChart, - FAIconTwitterSign, - FAIconFacebookSign, - FAIconCameraRetro, - FAIconKey, - FAIconCogs, - FAIconComments, - FAIconThumbsUp, - FAIconThumbsDown, - FAIconStarHalf, - FAIconHeartEmpty, - FAIconSignout, - FAIconLinkedinSign, - FAIconPushpin, - FAIconExternalLink, - FAIconSignin, - FAIconTrophy, - FAIconGithubSign, - FAIconUploadAlt, - FAIconLemon, - FAIconPhone, - FAIconCheckEmpty, - FAIconBookmarkEmpty, - FAIconPhoneSign, - FAIconTwitter, - FAIconFacebook, - FAIconGithub, - FAIconUnlock, - FAIconCreditCard, - FAIconRss, - FAIconHdd, - FAIconBullhorn, - FAIconBell, - FAIconCertificate, - FAIconHandRight, - FAIconHandLeft, - FAIconHandUp, - FAIconHandDown, - FAIconCircleArrowLeft, - FAIconCircleArrowRight, - FAIconCircleArrowUp, - FAIconCircleArrowDown, - FAIconGlobe, - FAIconWrench, - FAIconTasks, - FAIconFilter, - FAIconBriefcase, - FAIconFullscreen, - FAIconGroup, - FAIconLink, - FAIconCloud, - FAIconBeaker, - FAIconCut, - FAIconCopy, - FAIconPaperClip, - FAIconSave, - FAIconSignBlank, - FAIconReorder, - FAIconListUl, - FAIconListOl, - FAIconStrikethrough, - FAIconUnderline, - FAIconTable, - FAIconMagic, - FAIconTruck, - FAIconPinterest, - FAIconPinterestSign, - FAIconGooglePlusSign, - FAIconGooglePlus, - FAIconMoney, - FAIconCaretDown, - FAIconCaretUp, - FAIconCaretLeft, - FAIconCaretRight, - FAIconColumns, - FAIconSort, - FAIconSortDown, - FAIconSortUp, - FAIconEnvelopeAlt, - FAIconLinkedin, - FAIconUndo, - FAIconLegal, - FAIconDashboard, - FAIconCommentAlt, - FAIconCommentsAlt, - FAIconBolt, - FAIconSitemap, - FAIconUmbrella, - FAIconPaste, - FAIconLightBulb, - FAIconExchange, - FAIconCloudDownload, - FAIconCloudUpload, - FAIconUserMd, - FAIconStethoscope, - FAIconSuitecase, - FAIconBellAlt, - FAIconCoffee, - FAIconFood, - FAIconFileAlt, - FAIconBuilding, - FAIconHospital, - FAIconAmbulance, - FAIconMedkit, - FAIconFighterJet, - FAIconBeer, - FAIconHSign, - FAIconPlusSignAlt, - FAIconDoubleAngleLeft, - FAIconDoubleAngleRight, - FAIconDoubleAngleUp, - FAIconDoubleAngleDown, - FAIconAngleLeft, - FAIconAngleRight, - FAIconAngleUp, - FAIconAngleDown, - FAIconDesktop, - FAIconLaptop, - FAIconTablet, - FAIconMobilePhone, - FAIconCircleBlank, - FAIconQuoteLeft, - FAIconQuoteRight, - FAIconSpinner, - FAIconCircle, - FAIconReply, - FAIconFolderCloseAlt, - FAIconFolderOpenAlt, - FAIconExpandAlt, - FAIconCollapseAlt, - FAIconSmile, - FAIconFrown, - FAIconMeh, - FAIconGamepad, - FAIconKeyboard, - FAIconFlagAlt, - FAIconFlagCheckered, - FAIconTerminal, - FAIconCode, - FAIconReplyAll, - FAIconStarHalfAlt, - FAIconLocationArrow, - FAIconCrop, - FAIconCodeFork, - FAIconUnlink, - FAIconQuestion, - FAIconInfo, - FAIconExclamation, - FAIconSuperscript, - FAIconSubscript, - FAIconEraser, - FAIconPuzzlePiece, - FAIconMicrophone, - FAIconMicrophoneOff, - FAIconShield, - FAIconCalendarEmpty, - FAIconFireExtinguisher, - FAIconRocket, - FAIconMaxCDN, - FAIconChevronSignLeft, - FAIconChevronSignRight, - FAIconChevronSignUp, - FAIconChevronSignDown, - FAIconHTML5, - FAIconCSS3, - FAIconFAIconAnchor, - FAIconUnlockAlt, - FAIconBullseye, - FAIconEllipsisHorizontal, - FAIconEllipsisVertical, - FAIconRSS, - FAIconPlaySign, - FAIconTicket, - FAIconMinusSignAlt, - FAIconCheckMinus, - FAIconLevelUp, - FAIconLevelDown, - FAIconCheckSign, - FAIconEditSign, - FAIconExternalLinkSign, - FAIconShareSign +typedef NS_ENUM(unsigned short, FAIcon) { + FAGlass = 0xf000, + FAMusic = 0xf001, + FASearch = 0xf002, + FAEnvelopeO = 0xf003, + FAHeart = 0xf004, + FAStar = 0xf005, + FAStarO = 0xf006, + FAUser = 0xf007, + FAFilm = 0xf008, + FAThLarge = 0xf009, + FATh = 0xf00a, + FAThList = 0xf00b, + FACheck = 0xf00c, + FATimes = 0xf00d, + FASearchPlus = 0xf00e, + FASearchMinus = 0xf010, + FAPowerOff = 0xf011, + FASignal = 0xf012, + FAGear = 0xf013, + FACog = 0xf013, + FATrashO = 0xf014, + FAHome = 0xf015, + FAFileO = 0xf016, + FAClockO = 0xf017, + FARoad = 0xf018, + FADownload = 0xf019, + FAArrowCircleODown = 0xf01a, + FAArrowCircleOUp = 0xf01b, + FAInbox = 0xf01c, + FAPlayCircleO = 0xf01d, + FARotateRight = 0xf01e, + FARepeat = 0xf01e, + FARefresh = 0xf021, + FAListAlt = 0xf022, + FALock = 0xf023, + FAFlag = 0xf024, + FAHeadphones = 0xf025, + FAVolumeOff = 0xf026, + FAVolumeDown = 0xf027, + FAVolumeUp = 0xf028, + FAQrcode = 0xf029, + FABarcode = 0xf02a, + FATag = 0xf02b, + FATags = 0xf02c, + FABook = 0xf02d, + FABookmark = 0xf02e, + FAPrint = 0xf02f, + FACamera = 0xf030, + FAFont = 0xf031, + FABold = 0xf032, + FAItalic = 0xf033, + FATextHeight = 0xf034, + FATextWidth = 0xf035, + FAAlignLeft = 0xf036, + FAAlignCenter = 0xf037, + FAAlignRight = 0xf038, + FAAlignJustify = 0xf039, + FAList = 0xf03a, + FADedent = 0xf03b, + FAOutdent = 0xf03b, + FAIndent = 0xf03c, + FAVideoCamera = 0xf03d, + FAPictureO = 0xf03e, + FAPencil = 0xf040, + FAMapMarker = 0xf041, + FAAdjust = 0xf042, + FATint = 0xf043, + FAEdit = 0xf044, + FAPencilSquareO = 0xf044, + FAShareSquareO = 0xf045, + FACheckSquareO = 0xf046, + FAArrows = 0xf047, + FAStepBackward = 0xf048, + FAFastBackward = 0xf049, + FABackward = 0xf04a, + FAPlay = 0xf04b, + FAPause = 0xf04c, + FAStop = 0xf04d, + FAForward = 0xf04e, + FAFastForward = 0xf050, + FAStepForward = 0xf051, + FAEject = 0xf052, + FAChevronLeft = 0xf053, + FAChevronRight = 0xf054, + FAPlusCircle = 0xf055, + FAMinusCircle = 0xf056, + FATimesCircle = 0xf057, + FACheckCircle = 0xf058, + FAQuestionCircle = 0xf059, + FAInfoCircle = 0xf05a, + FACrosshairs = 0xf05b, + FATimesCircleO = 0xf05c, + FACheckCircleO = 0xf05d, + FABan = 0xf05e, + FAArrowLeft = 0xf060, + FAArrowRight = 0xf061, + FAArrowUp = 0xf062, + FAArrowDown = 0xf063, + FAMailForward = 0xf064, + FAShare = 0xf064, + FAExpand = 0xf065, + FACompress = 0xf066, + FAPlus = 0xf067, + FAMinus = 0xf068, + FAAsterisk = 0xf069, + FAExclamationCircle = 0xf06a, + FAGift = 0xf06b, + FALeaf = 0xf06c, + FAFire = 0xf06d, + FAEye = 0xf06e, + FAEyeSlash = 0xf070, + FAWarning = 0xf071, + FAExclamationTriangle = 0xf071, + FAPlane = 0xf072, + FACalendar = 0xf073, + FARandom = 0xf074, + FAComment = 0xf075, + FAMagnet = 0xf076, + FAChevronUp = 0xf077, + FAChevronDown = 0xf078, + FARetweet = 0xf079, + FAShoppingCart = 0xf07a, + FAFolder = 0xf07b, + FAFolderOpen = 0xf07c, + FAArrowsV = 0xf07d, + FAArrowsH = 0xf07e, + FABarChartO = 0xf080, + FATwitterSquare = 0xf081, + FAFacebookSquare = 0xf082, + FACameraRetro = 0xf083, + FAKey = 0xf084, + FAGears = 0xf085, + FACogs = 0xf085, + FAComments = 0xf086, + FAThumbsOUp = 0xf087, + FAThumbsODown = 0xf088, + FAStarHalf = 0xf089, + FAHeartO = 0xf08a, + FASignOut = 0xf08b, + FALinkedinSquare = 0xf08c, + FAThumbTack = 0xf08d, + FAExternalLink = 0xf08e, + FASignIn = 0xf090, + FATrophy = 0xf091, + FAGithubSquare = 0xf092, + FAUpload = 0xf093, + FALemonO = 0xf094, + FAPhone = 0xf095, + FASquareO = 0xf096, + FABookmarkO = 0xf097, + FAPhoneSquare = 0xf098, + FATwitter = 0xf099, + FAFacebook = 0xf09a, + FAGithub = 0xf09b, + FAUnlock = 0xf09c, + FACreditCard = 0xf09d, + FARss = 0xf09e, + FAHddO = 0xf0a0, + FABullhorn = 0xf0a1, + FABell = 0xf0f3, + FACertificate = 0xf0a3, + FAHandORight = 0xf0a4, + FAHandOLeft = 0xf0a5, + FAHandOUp = 0xf0a6, + FAHandODown = 0xf0a7, + FAArrowCircleLeft = 0xf0a8, + FAArrowCircleRight = 0xf0a9, + FAArrowCircleUp = 0xf0aa, + FAArrowCircleDown = 0xf0ab, + FAGlobe = 0xf0ac, + FAWrench = 0xf0ad, + FATasks = 0xf0ae, + FAFilter = 0xf0b0, + FABriefcase = 0xf0b1, + FAArrowsAlt = 0xf0b2, + FAGroup = 0xf0c0, + FAUsers = 0xf0c0, + FAChain = 0xf0c1, + FALink = 0xf0c1, + FACloud = 0xf0c2, + FAFlask = 0xf0c3, + FACut = 0xf0c4, + FAScissors = 0xf0c4, + FACopy = 0xf0c5, + FAFilesO = 0xf0c5, + FAPaperclip = 0xf0c6, + FASave = 0xf0c7, + FAFloppyO = 0xf0c7, + FASquare = 0xf0c8, + FABars = 0xf0c9, + FAListUl = 0xf0ca, + FAListOl = 0xf0cb, + FAStrikethrough = 0xf0cc, + FAUnderline = 0xf0cd, + FATable = 0xf0ce, + FAMagic = 0xf0d0, + FATruck = 0xf0d1, + FAPinterest = 0xf0d2, + FAPinterestSquare = 0xf0d3, + FAGooglePlusSquare = 0xf0d4, + FAGooglePlus = 0xf0d5, + FAMoney = 0xf0d6, + FACaretDown = 0xf0d7, + FACaretUp = 0xf0d8, + FACaretLeft = 0xf0d9, + FACaretRight = 0xf0da, + FAColumns = 0xf0db, + FAUnsorted = 0xf0dc, + FASort = 0xf0dc, + FASortDown = 0xf0dd, + FASortAsc = 0xf0dd, + FASortUp = 0xf0de, + FASortDesc = 0xf0de, + FAEnvelope = 0xf0e0, + FALinkedin = 0xf0e1, + FARotateLeft = 0xf0e2, + FAUndo = 0xf0e2, + FALegal = 0xf0e3, + FAGavel = 0xf0e3, + FADashboard = 0xf0e4, + FATachometer = 0xf0e4, + FACommentO = 0xf0e5, + FACommentsO = 0xf0e6, + FAFlash = 0xf0e7, + FABolt = 0xf0e7, + FASitemap = 0xf0e8, + FAUmbrella = 0xf0e9, + FAPaste = 0xf0ea, + FAClipboard = 0xf0ea, + FALightbulbO = 0xf0eb, + FAExchange = 0xf0ec, + FACloudDownload = 0xf0ed, + FACloudUpload = 0xf0ee, + FAUserMd = 0xf0f0, + FAStethoscope = 0xf0f1, + FASuitcase = 0xf0f2, + FABellO = 0xf0a2, + FACoffee = 0xf0f4, + FACutlery = 0xf0f5, + FAFileTextO = 0xf0f6, + FABuildingO = 0xf0f7, + FAHospitalO = 0xf0f8, + FAAmbulance = 0xf0f9, + FAMedkit = 0xf0fa, + FAFighterJet = 0xf0fb, + FABeer = 0xf0fc, + FAHSquare = 0xf0fd, + FAPlusSquare = 0xf0fe, + FAAngleDoubleLeft = 0xf100, + FAAngleDoubleRight = 0xf101, + FAAngleDoubleUp = 0xf102, + FAAngleDoubleDown = 0xf103, + FAAngleLeft = 0xf104, + FAAngleRight = 0xf105, + FAAngleUp = 0xf106, + FAAngleDown = 0xf107, + FADesktop = 0xf108, + FALaptop = 0xf109, + FATablet = 0xf10a, + FAMobilePhone = 0xf10b, + FAMobile = 0xf10b, + FACircleO = 0xf10c, + FAQuoteLeft = 0xf10d, + FAQuoteRight = 0xf10e, + FASpinner = 0xf110, + FACircle = 0xf111, + FAMailReply = 0xf112, + FAReply = 0xf112, + FAGithubAlt = 0xf113, + FAFolderO = 0xf114, + FAFolderOpenO = 0xf115, + FASmileO = 0xf118, + FAFrownO = 0xf119, + FAMehO = 0xf11a, + FAGamepad = 0xf11b, + FAKeyboardO = 0xf11c, + FAFlagO = 0xf11d, + FAFlagCheckered = 0xf11e, + FATerminal = 0xf120, + FACode = 0xf121, + FAReplyAll = 0xf122, + FAMailReplyAll = 0xf122, + FAStarHalfEmpty = 0xf123, + FAStarHalfFull = 0xf123, + FAStarHalfO = 0xf123, + FALocationArrow = 0xf124, + FACrop = 0xf125, + FACodeFork = 0xf126, + FAUnlink = 0xf127, + FAChainBroken = 0xf127, + FAQuestion = 0xf128, + FAInfo = 0xf129, + FAExclamation = 0xf12a, + FASuperscript = 0xf12b, + FASubscript = 0xf12c, + FAEraser = 0xf12d, + FAPuzzlePiece = 0xf12e, + FAMicrophone = 0xf130, + FAMicrophoneSlash = 0xf131, + FAShield = 0xf132, + FACalendarO = 0xf133, + FAFireExtinguisher = 0xf134, + FARocket = 0xf135, + FAMaxcdn = 0xf136, + FAChevronCircleLeft = 0xf137, + FAChevronCircleRight = 0xf138, + FAChevronCircleUp = 0xf139, + FAChevronCircleDown = 0xf13a, + FAHtml5 = 0xf13b, + FACss3 = 0xf13c, + FAAnchor = 0xf13d, + FAUnlockAlt = 0xf13e, + FABullseye = 0xf140, + FAEllipsisH = 0xf141, + FAEllipsisV = 0xf142, + FARssSquare = 0xf143, + FAPlayCircle = 0xf144, + FATicket = 0xf145, + FAMinusSquare = 0xf146, + FAMinusSquareO = 0xf147, + FALevelUp = 0xf148, + FALevelDown = 0xf149, + FACheckSquare = 0xf14a, + FAPencilSquare = 0xf14b, + FAExternalLinkSquare = 0xf14c, + FAShareSquare = 0xf14d, + FACompass = 0xf14e, + FAToggleDown = 0xf150, + FACaretSquareODown = 0xf150, + FAToggleUp = 0xf151, + FACaretSquareOUp = 0xf151, + FAToggleRight = 0xf152, + FACaretSquareORight = 0xf152, + FAEuro = 0xf153, + FAEur = 0xf153, + FAGbp = 0xf154, + FADollar = 0xf155, + FAUsd = 0xf155, + FARupee = 0xf156, + FAInr = 0xf156, + FACny = 0xf157, + FARmb = 0xf157, + FAYen = 0xf157, + FAJpy = 0xf157, + FARuble = 0xf158, + FARouble = 0xf158, + FARub = 0xf158, + FAWon = 0xf159, + FAKrw = 0xf159, + FABitcoin = 0xf15a, + FABtc = 0xf15a, + FAFile = 0xf15b, + FAFileText = 0xf15c, + FASortAlphaAsc = 0xf15d, + FASortAlphaDesc = 0xf15e, + FASortAmountAsc = 0xf160, + FASortAmountDesc = 0xf161, + FASortNumericAsc = 0xf162, + FASortNumericDesc = 0xf163, + FAThumbsUp = 0xf164, + FAThumbsDown = 0xf165, + FAYoutubeSquare = 0xf166, + FAYoutube = 0xf167, + FAXing = 0xf168, + FAXingSquare = 0xf169, + FAYoutubePlay = 0xf16a, + FADropbox = 0xf16b, + FAStackOverflow = 0xf16c, + FAInstagram = 0xf16d, + FAFlickr = 0xf16e, + FAAdn = 0xf170, + FABitbucket = 0xf171, + FABitbucketSquare = 0xf172, + FATumblr = 0xf173, + FATumblrSquare = 0xf174, + FALongArrowDown = 0xf175, + FALongArrowUp = 0xf176, + FALongArrowLeft = 0xf177, + FALongArrowRight = 0xf178, + FAApple = 0xf179, + FAWindows = 0xf17a, + FAAndroid = 0xf17b, + FALinux = 0xf17c, + FADribbble = 0xf17d, + FASkype = 0xf17e, + FAFoursquare = 0xf180, + FATrello = 0xf181, + FAFemale = 0xf182, + FAMale = 0xf183, + FAGittip = 0xf184, + FASunO = 0xf185, + FAMoonO = 0xf186, + FAArchive = 0xf187, + FABug = 0xf188, + FAVk = 0xf189, + FAWeibo = 0xf18a, + FARenren = 0xf18b, + FAPagelines = 0xf18c, + FAStackExchange = 0xf18d, + FAArrowCircleORight = 0xf18e, + FAArrowCircleOLeft = 0xf190, + FAToggleLeft = 0xf191, + FACaretSquareOLeft = 0xf191, + FADotCircleO = 0xf192, + FAWheelchair = 0xf193, + FAVimeoSquare = 0xf194, + FATurkishLira = 0xf195, + FATry = 0xf195, + FAPlusSquareO = 0xf196 }; @interface NSString (FontAwesome) -/** - * - * @return An array of all the font awesome icon strings. - */ -+ (NSArray *)fa_allFontAwesomeStrings; - -/** - * - * @param strings An array of all the font awesome icon strings. - * @param icon A constant describing a font awesome icon. - * - * @return The font awesome icon string associated with the given icon. - */ -+ (NSString *)fa_stringFromFontAwesomeStrings:(NSArray *)strings - forIcon:(FAIcon)icon; ++ (NSString *)fa_stringForFontAwesomeIcon:(FAIcon)icon; @end \ No newline at end of file diff --git a/GraphKit/Pods/BButton/BButton/Classes/NSString+FontAwesome.m b/GraphKit/Pods/BButton/BButton/Classes/NSString+FontAwesome.m index 97a4ac0..b025c8d 100644 --- a/GraphKit/Pods/BButton/BButton/Classes/NSString+FontAwesome.m +++ b/GraphKit/Pods/BButton/BButton/Classes/NSString+FontAwesome.m @@ -1,18 +1,9 @@ // -// NSString+FontAwesome.m -// -// Created by Pit Garbe on 27.09.12. -// Updated to Font Awesome 3.1.1 on 17.05.2013. -// Copyright (c) 2012 Pit Garbe. All rights reserved. -// -// https://github.com/leberwurstsaft/FontAwesome-for-iOS -// -// // * The Font Awesome font is licensed under the SIL Open Font License // http://scripts.sil.org/OFL // // -// * Font Awesome CSS, LESS, and SASS files are licensed under the MIT License +// * Font Awesome CSS, LESS, and SASS files are licensed under the MIT License // http://opensource.org/licenses/mit-license.html // // @@ -38,15 +29,9 @@ @implementation NSString (FontAwesome) -+ (NSArray *)fa_allFontAwesomeStrings -{ - return [NSArray arrayWithObjects:@"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", @"", nil]; -} - -+ (NSString *)fa_stringFromFontAwesomeStrings:(NSArray *)strings - forIcon:(FAIcon)icon ++ (NSString *)fa_stringForFontAwesomeIcon:(FAIcon)icon { - return [strings objectAtIndex:icon]; + return [NSString stringWithFormat:@"%C", icon]; } @end \ No newline at end of file diff --git a/GraphKit/Pods/BButton/BButton/Classes/UIColor+BButton.h b/GraphKit/Pods/BButton/BButton/Classes/UIColor+BButton.h index 0c08d01..0620b86 100644 --- a/GraphKit/Pods/BButton/BButton/Classes/UIColor+BButton.h +++ b/GraphKit/Pods/BButton/BButton/Classes/UIColor+BButton.h @@ -1,6 +1,4 @@ // -// UIColor+BButton.h -// // Created by Mathieu Bolard on 31/07/12. // Copyright (c) 2012 Mathieu Bolard. All rights reserved. // diff --git a/GraphKit/Pods/BButton/BButton/Classes/UIColor+BButton.m b/GraphKit/Pods/BButton/BButton/Classes/UIColor+BButton.m index f57d8df..c7545b6 100644 --- a/GraphKit/Pods/BButton/BButton/Classes/UIColor+BButton.m +++ b/GraphKit/Pods/BButton/BButton/Classes/UIColor+BButton.m @@ -1,6 +1,4 @@ // -// UIColor+BButton.m -// // Created by Mathieu Bolard on 31/07/12. // Copyright (c) 2012 Mathieu Bolard. All rights reserved. // diff --git a/GraphKit/Pods/BButton/BButton/resources/FontAwesome.ttf b/GraphKit/Pods/BButton/BButton/resources/FontAwesome.ttf index f364aa5..e89738d 100755 Binary files a/GraphKit/Pods/BButton/BButton/resources/FontAwesome.ttf and b/GraphKit/Pods/BButton/BButton/resources/FontAwesome.ttf differ diff --git a/GraphKit/Pods/BButton/LICENSE.txt b/GraphKit/Pods/BButton/LICENSE similarity index 61% rename from GraphKit/Pods/BButton/LICENSE.txt rename to GraphKit/Pods/BButton/LICENSE index ac8133d..28ffd45 100644 --- a/GraphKit/Pods/BButton/LICENSE.txt +++ b/GraphKit/Pods/BButton/LICENSE @@ -1,8 +1,4 @@ -BButton -------- -MIT License : http://opensource.org/licenses/MIT - -Copyright (c) 2012, Mathieu Bolard, Jesse Squires. All rights reserved. +BButton - copyright (c) 2012, Mathieu Bolard, Jesse Squires. All rights reserved. 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 @@ -21,12 +17,10 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -FontAwesome ------------ -* The Font Awesome font is licensed under the SIL Open Font License: http://scripts.sil.org/OFL +Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome -* Font Awesome CSS, LESS, and SASS files are licensed under the MIT License: http://opensource.org/licenses/mit-license.html +The Font Awesome font is licensed under the SIL Open Font License: http://scripts.sil.org/OFL -* The Font Awesome pictograms are licensed under the CC BY 3.0 License: http://creativecommons.org/licenses/by/3.0 +Font Awesome CSS, LESS, and SASS files are licensed under the MIT License: http://opensource.org/licenses/mit-license.html -* Attribution is no longer required in Font Awesome 3.0, but much appreciated: "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" \ No newline at end of file +The Font Awesome pictograms are licensed under the CC BY 3.0 License: http://creativecommons.org/licenses/by/3.0 diff --git a/GraphKit/Pods/BButton/README.md b/GraphKit/Pods/BButton/README.md index 4e55a20..50c70c5 100644 --- a/GraphKit/Pods/BButton/README.md +++ b/GraphKit/Pods/BButton/README.md @@ -1,18 +1,11 @@ -# BButton [![Build Status](https://secure.travis-ci.org/jessesquires/BButton.png)](http://travis-ci.org/jessesquires/BButton) [![Version Status](https://cocoapod-badges.herokuapp.com/v/BButton/badge.png)][docsLink] +# BButton [![Build Status](https://secure.travis-ci.org/jessesquires/BButton.svg)](http://travis-ci.org/jessesquires/BButton) [![Version Status](https://cocoapod-badges.herokuapp.com/v/BButton/badge.png)][docsLink] [![license MIT](http://b.repl.ca/v1/license-MIT-blue.png)][mitLink] -[Twitter Bootstrap](http://getbootstrap.com) buttons for iOS. +[Twitter Bootstrap](http://getbootstrap.com) buttons for iOS -`BButton` is a subclass of `UIButton` that is styled like the Twitter Bootstrap buttons, and is drawn entirely with `CoreGraphics`. +`BButton` is a subclass of `UIButton` that is styled like the Twitter Bootstrap buttons, and is drawn entirely with `CoreGraphics`. Buttons can be styled as Bootstrap [version 2](http://getbootstrap.com/2.3.2/) or [version 3](http://getbootstrap.com). ![BButton Screenshot 1][img1]      ![BButton Screenshot 2][img2] -## Features - -* Works just like `UIButton`, but sexier -* Bootstrap [version 2](http://getbootstrap.com/2.3.2/) or [version 3](http://getbootstrap.com) styles -* Highly customizable -* Includes [@leberwurstsaft / FontAwesome-for-iOS](https://github.com/leberwurstsaft/FontAwesome-for-iOS), fixed for iOS from the original [FontAwesome](http://fortawesome.github.com/Font-Awesome/) - ## Requirements * iOS 6.0+ @@ -20,30 +13,18 @@ ## Installation -#### From [CocoaPods](http://www.cocoapods.org) - -`pod 'BButton'` - -#### From source +```` +pod 'BButton' +```` +Otherwise, drag the `BButton/` folder to your project. -* Drag the `BButton/` folder to your project. -* Add the `Fonts provided by application` key to `Info.plist` and include `FontAwesome.ttf` +Then add the `Fonts provided by application` key to `Info.plist` and include `FontAwesome.ttf` ![plist][img3] -#### Too cool for [ARC](https://developer.apple.com/library/mac/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html)? - -* Add the `-fobjc-arc` compiler flag to all source files in your project in Target Settings > Build Phases > Compile Sources. - ## Getting Started -1. Create programmatically via one of the `init` methods -2. Create via Storyboards - * Drag a `UIButton` to your view - * Set its class to `BButton` -3. Be a badass [programming-motherfucker](http://programming-motherfucker.com) and read the fucking documentation. (Yes, there's documentation! [Seriously](http://www.nrcc.org/wp-content/uploads/2013/05/Moonwalk.gif)!) -4. See the included demo project: `BButtonDemo.xcodeproj` -5. See `FontAwesomeIcons.html` for list of icons +See the demo project (`BButtonDemo.xcodeproj`) and [FontAwesome](http://fontawesome.io) for list of icons. ## Documentation @@ -59,68 +40,52 @@ Documentation is [available here][docsLink] via [CocoaDocs](http://cocoadocs.org ![BButton Screenshot 3][img4]      ![BButton Screenshot 4][img5] -* *More tips coming soon!* - ## How To Contribute -1. [Find an issue](https://github.com/jessesquires/BButton/issues?sort=created&state=open) to work on, or create a new one. -2. Fork me. -3. Create a new branch with a sweet fucking name: `git checkout -b issue_<##>_`. -4. Do some motherfucking programming -5. Write Unit Tests, if you can -6. Keep your code nice and clean by adhering to Google's [Objective-C Style Guide](http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml) and Apple's [Coding Guidelines for Cocoa](https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CodingGuidelines/CodingGuidelines.html). -7. Don't break shit, especially `master`. -8. Update the documentation header comments. -9. Update the pod spec and project version numbers, adhering to the [semantic versioning](http://semver.org) specification. -10. Submit a pull request. -11. See step 1. +Please follow these sweet [contribution guidelines](https://github.com/jessesquires/HowToContribute). ## Credits -Created by [@Mathieu Bolard](https://twitter.com/mattlawer) (Original project here: [@mattlawer / BButton](https://github.com/mattlawer/BButton)). - -Forked, refactored, updated, maintained by [@Jesse Squires](https://twitter.com/jesse_squires), a [programming-motherfucker](http://programming-motherfucker.com). +Created by [@mattlawer](https://twitter.com/mattlawer) (Original project here: [@mattlawer / BButton](https://github.com/mattlawer/BButton)). -FontAwesome-for-iOS by Pit Garbe, [@leberwurstsaft / FontAwesome-for-iOS](https://github.com/leberwurstsaft/FontAwesome-for-iOS). +Forked, refactored, updated, maintained by [@jesse_squires](https://twitter.com/jesse_squires). Many thanks to [the contributors](https://github.com/jessesquires/BButton/graphs/contributors) of this project. ## Apps Using This Control -[Gitty for GitHub](https://itunes.apple.com/us/app/gitty-for-github/id645696309?mt=8) - -[Hemoglobe](http://bit.ly/hemoglobeapp) - -[iPaint uPaint](http://bit.ly/ipupappstr) - -[Audiotrip](https://itunes.apple.com/us/app/audiotrip/id569634193?mt=8) - -[iExplorer for DeviantART](https://itunes.apple.com/us/app/iexplorer-for-deviantart/id657212778?mt=8) - -*[Contact me](mailto:jesse.squires.developer@gmail.com) to have your app listed here.* +* [Gitty for GitHub](https://itunes.apple.com/us/app/gitty-for-github/id645696309?mt=8) +* [Hemoglobe](http://bit.ly/hemoglobeapp) +* [Audiotrip](https://itunes.apple.com/us/app/audiotrip/id569634193?mt=8) +* [iExplorer for DeviantART](https://itunes.apple.com/us/app/iexplorer-for-deviantart/id657212778?mt=8) +* [Travel Delay NYC](https://itunes.apple.com/us/app/train-delay-nyc-subway-status/id384027573?mt=8) +* [Libraries for Developers](https://itunes.apple.com/us/app/libraries-for-developers/id653427112?mt=8) +* [CPU Monitor](https://itunes.apple.com/us/app/cpumonitor/id680137811?mt=8) +* [OpenWatch](https://itunes.apple.com/us/app/openwatch-free-video-streaming/id642680756?mt=8) +* [VSNotes](https://itunes.apple.com/us/app/vsnotes/id695433001?mt=8) +* [Crew Scout](https://itunes.apple.com/us/app/crew-scout/id721124938?mt=8) -## [MIT License](http://opensource.org/licenses/MIT) +## License -Copyright © 2012, Mathieu Bolard, Jesse Squires. All rights reserved. +`BButton` is released under an [MIT License][mitLink]. See `LICENSE` for details. -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: +> Copyright © 2012, Mathieu Bolard, Jesse Squires. All rights reserved. -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +## [Font Awesome](http://fortawesome.github.com/Font-Awesome) by Dave Gandy -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. +> The Font Awesome font is licensed under the [SIL Open Font License](http://scripts.sil.org/OFL) +> +> Font Awesome CSS, LESS, and SASS files are licensed under the [MIT License][mitLink] +> +> The Font Awesome pictograms are licensed under the [CC BY 3.0 License](http://creativecommons.org/licenses/by/3.0) -##[FontAwesome](https://github.com/FortAwesome/Font-Awesome) License +[docsLink]:http://cocoadocs.org/docsets/BButton +[mitLink]:http://opensource.org/licenses/MIT -* The Font Awesome font is licensed under the [SIL Open Font License](http://scripts.sil.org/OFL) -* Font Awesome CSS, LESS, and SASS files are licensed under the [MIT License](http://opensource.org/licenses/mit-license.html) -* The Font Awesome pictograms are licensed under the [CC BY 3.0 License](http://creativecommons.org/licenses/by/3.0) -* Attribution is no longer required in Font Awesome 3.0, but much appreciated: - * *"Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"* +[img1]:https://raw.githubusercontent.com/jessesquires/BButton/master/Screenshots/screenshot0.png +[img2]:https://raw.githubusercontent.com/jessesquires/BButton/master/Screenshots/screenshot1.png -[docsLink]:http://cocoadocs.org/docsets/BButton/3.2.3 +[img3]:https://raw.githubusercontent.com/jessesquires/BButton/master/Screenshots/plistfont.png -[img1]:https://raw.github.com/jessesquires/BButton/master/Screenshots/screenshot-0.png -[img2]:https://raw.github.com/jessesquires/BButton/master/Screenshots/screenshot-2.png -[img3]:https://raw.github.com/jessesquires/BButton/master/Screenshots/plist.png -[img4]:https://raw.github.com/jessesquires/BButton/master/Screenshots/screenshot-4.png -[img5]:https://raw.github.com/jessesquires/BButton/master/Screenshots/screenshot-5.png +[img4]:https://raw.githubusercontent.com/jessesquires/BButton/master/Screenshots/screenshot2.png +[img5]:https://raw.githubusercontent.com/jessesquires/BButton/master/Screenshots/screenshot3.png diff --git a/GraphKit/Pods/BuildHeaders/BButton/BButton.h b/GraphKit/Pods/BuildHeaders/BButton/BButton.h deleted file mode 120000 index 3a9b0a0..0000000 --- a/GraphKit/Pods/BuildHeaders/BButton/BButton.h +++ /dev/null @@ -1 +0,0 @@ -../../BButton/BButton/Classes/BButton.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/BButton/NSString+FontAwesome.h b/GraphKit/Pods/BuildHeaders/BButton/NSString+FontAwesome.h deleted file mode 120000 index d8b33e3..0000000 --- a/GraphKit/Pods/BuildHeaders/BButton/NSString+FontAwesome.h +++ /dev/null @@ -1 +0,0 @@ -../../BButton/BButton/Classes/NSString+FontAwesome.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/BButton/UIColor+BButton.h b/GraphKit/Pods/BuildHeaders/BButton/UIColor+BButton.h deleted file mode 120000 index e565b47..0000000 --- a/GraphKit/Pods/BuildHeaders/BButton/UIColor+BButton.h +++ /dev/null @@ -1 +0,0 @@ -../../BButton/BButton/Classes/UIColor+BButton.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/FrameAccessor/FrameAccessor.h b/GraphKit/Pods/BuildHeaders/FrameAccessor/FrameAccessor.h deleted file mode 120000 index e8da5e1..0000000 --- a/GraphKit/Pods/BuildHeaders/FrameAccessor/FrameAccessor.h +++ /dev/null @@ -1 +0,0 @@ -../../FrameAccessor/FrameAccessor/FrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/FrameAccessor/ScrollViewFrameAccessor.h b/GraphKit/Pods/BuildHeaders/FrameAccessor/ScrollViewFrameAccessor.h deleted file mode 120000 index 8c37427..0000000 --- a/GraphKit/Pods/BuildHeaders/FrameAccessor/ScrollViewFrameAccessor.h +++ /dev/null @@ -1 +0,0 @@ -../../FrameAccessor/FrameAccessor/ScrollViewFrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/FrameAccessor/ViewFrameAccessor.h b/GraphKit/Pods/BuildHeaders/FrameAccessor/ViewFrameAccessor.h deleted file mode 120000 index c079bd4..0000000 --- a/GraphKit/Pods/BuildHeaders/FrameAccessor/ViewFrameAccessor.h +++ /dev/null @@ -1 +0,0 @@ -../../FrameAccessor/FrameAccessor/ViewFrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSArray+MK.h b/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSArray+MK.h deleted file mode 120000 index 1e4afca..0000000 --- a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSArray+MK.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSArray+MK.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSArray+MK_Block.h b/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSArray+MK_Block.h deleted file mode 120000 index 713a2c8..0000000 --- a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSArray+MK_Block.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSArray+MK_Block.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSArray+MK_Misc.h b/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSArray+MK_Misc.h deleted file mode 120000 index d1f47da..0000000 --- a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSArray+MK_Misc.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSArray+MK_Misc.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSMutableArray+MK_Misc.h b/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSMutableArray+MK_Misc.h deleted file mode 120000 index 43d94ce..0000000 --- a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSMutableArray+MK_Misc.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Misc.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSMutableArray+MK_Queue.h b/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSMutableArray+MK_Queue.h deleted file mode 120000 index e382a8a..0000000 --- a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSMutableArray+MK_Queue.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Queue.h \ No newline at end of file diff --git a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSMutableArray+MK_Stack.h b/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSMutableArray+MK_Stack.h deleted file mode 120000 index 04d124b..0000000 --- a/GraphKit/Pods/BuildHeaders/MKFoundationKit/NSMutableArray+MK_Stack.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Stack.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/BButton/BButton.h b/GraphKit/Pods/Headers/BButton/BButton.h deleted file mode 120000 index 3a9b0a0..0000000 --- a/GraphKit/Pods/Headers/BButton/BButton.h +++ /dev/null @@ -1 +0,0 @@ -../../BButton/BButton/Classes/BButton.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/BButton/NSString+FontAwesome.h b/GraphKit/Pods/Headers/BButton/NSString+FontAwesome.h deleted file mode 120000 index d8b33e3..0000000 --- a/GraphKit/Pods/Headers/BButton/NSString+FontAwesome.h +++ /dev/null @@ -1 +0,0 @@ -../../BButton/BButton/Classes/NSString+FontAwesome.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/BButton/UIColor+BButton.h b/GraphKit/Pods/Headers/BButton/UIColor+BButton.h deleted file mode 120000 index e565b47..0000000 --- a/GraphKit/Pods/Headers/BButton/UIColor+BButton.h +++ /dev/null @@ -1 +0,0 @@ -../../BButton/BButton/Classes/UIColor+BButton.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/BButton/BButton.h b/GraphKit/Pods/Headers/Build/BButton/BButton.h new file mode 120000 index 0000000..0848fb3 --- /dev/null +++ b/GraphKit/Pods/Headers/Build/BButton/BButton.h @@ -0,0 +1 @@ +../../../BButton/BButton/Classes/BButton.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/BButton/NSString+FontAwesome.h b/GraphKit/Pods/Headers/Build/BButton/NSString+FontAwesome.h new file mode 120000 index 0000000..bf7199e --- /dev/null +++ b/GraphKit/Pods/Headers/Build/BButton/NSString+FontAwesome.h @@ -0,0 +1 @@ +../../../BButton/BButton/Classes/NSString+FontAwesome.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/BButton/UIColor+BButton.h b/GraphKit/Pods/Headers/Build/BButton/UIColor+BButton.h new file mode 120000 index 0000000..2cabc14 --- /dev/null +++ b/GraphKit/Pods/Headers/Build/BButton/UIColor+BButton.h @@ -0,0 +1 @@ +../../../BButton/BButton/Classes/UIColor+BButton.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/FrameAccessor/FrameAccessor.h b/GraphKit/Pods/Headers/Build/FrameAccessor/FrameAccessor.h new file mode 120000 index 0000000..4f4c5bb --- /dev/null +++ b/GraphKit/Pods/Headers/Build/FrameAccessor/FrameAccessor.h @@ -0,0 +1 @@ +../../../FrameAccessor/FrameAccessor/FrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/FrameAccessor/ScrollViewFrameAccessor.h b/GraphKit/Pods/Headers/Build/FrameAccessor/ScrollViewFrameAccessor.h new file mode 120000 index 0000000..14b8e3c --- /dev/null +++ b/GraphKit/Pods/Headers/Build/FrameAccessor/ScrollViewFrameAccessor.h @@ -0,0 +1 @@ +../../../FrameAccessor/FrameAccessor/ScrollViewFrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/FrameAccessor/ViewFrameAccessor.h b/GraphKit/Pods/Headers/Build/FrameAccessor/ViewFrameAccessor.h new file mode 120000 index 0000000..37593db --- /dev/null +++ b/GraphKit/Pods/Headers/Build/FrameAccessor/ViewFrameAccessor.h @@ -0,0 +1 @@ +../../../FrameAccessor/FrameAccessor/ViewFrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/MKFoundationKit/NSArray+MK.h b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSArray+MK.h new file mode 120000 index 0000000..cda9f8a --- /dev/null +++ b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSArray+MK.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSArray+MK.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/MKFoundationKit/NSArray+MK_Block.h b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSArray+MK_Block.h new file mode 120000 index 0000000..9dac4d3 --- /dev/null +++ b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSArray+MK_Block.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSArray+MK_Block.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/MKFoundationKit/NSArray+MK_Misc.h b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSArray+MK_Misc.h new file mode 120000 index 0000000..b89b9ad --- /dev/null +++ b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSArray+MK_Misc.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSArray+MK_Misc.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/MKFoundationKit/NSMutableArray+MK_Misc.h b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSMutableArray+MK_Misc.h new file mode 120000 index 0000000..37e250e --- /dev/null +++ b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSMutableArray+MK_Misc.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Misc.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/MKFoundationKit/NSMutableArray+MK_Queue.h b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSMutableArray+MK_Queue.h new file mode 120000 index 0000000..19a5efa --- /dev/null +++ b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSMutableArray+MK_Queue.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Queue.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Build/MKFoundationKit/NSMutableArray+MK_Stack.h b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSMutableArray+MK_Stack.h new file mode 120000 index 0000000..7a30feb --- /dev/null +++ b/GraphKit/Pods/Headers/Build/MKFoundationKit/NSMutableArray+MK_Stack.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Stack.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/FrameAccessor/FrameAccessor.h b/GraphKit/Pods/Headers/FrameAccessor/FrameAccessor.h deleted file mode 120000 index e8da5e1..0000000 --- a/GraphKit/Pods/Headers/FrameAccessor/FrameAccessor.h +++ /dev/null @@ -1 +0,0 @@ -../../FrameAccessor/FrameAccessor/FrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/FrameAccessor/ScrollViewFrameAccessor.h b/GraphKit/Pods/Headers/FrameAccessor/ScrollViewFrameAccessor.h deleted file mode 120000 index 8c37427..0000000 --- a/GraphKit/Pods/Headers/FrameAccessor/ScrollViewFrameAccessor.h +++ /dev/null @@ -1 +0,0 @@ -../../FrameAccessor/FrameAccessor/ScrollViewFrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/FrameAccessor/ViewFrameAccessor.h b/GraphKit/Pods/Headers/FrameAccessor/ViewFrameAccessor.h deleted file mode 120000 index c079bd4..0000000 --- a/GraphKit/Pods/Headers/FrameAccessor/ViewFrameAccessor.h +++ /dev/null @@ -1 +0,0 @@ -../../FrameAccessor/FrameAccessor/ViewFrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/MKFoundationKit/NSArray+MK.h b/GraphKit/Pods/Headers/MKFoundationKit/NSArray+MK.h deleted file mode 120000 index 1e4afca..0000000 --- a/GraphKit/Pods/Headers/MKFoundationKit/NSArray+MK.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSArray+MK.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/MKFoundationKit/NSArray+MK_Block.h b/GraphKit/Pods/Headers/MKFoundationKit/NSArray+MK_Block.h deleted file mode 120000 index 713a2c8..0000000 --- a/GraphKit/Pods/Headers/MKFoundationKit/NSArray+MK_Block.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSArray+MK_Block.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/MKFoundationKit/NSArray+MK_Misc.h b/GraphKit/Pods/Headers/MKFoundationKit/NSArray+MK_Misc.h deleted file mode 120000 index d1f47da..0000000 --- a/GraphKit/Pods/Headers/MKFoundationKit/NSArray+MK_Misc.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSArray+MK_Misc.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/MKFoundationKit/NSMutableArray+MK_Misc.h b/GraphKit/Pods/Headers/MKFoundationKit/NSMutableArray+MK_Misc.h deleted file mode 120000 index 43d94ce..0000000 --- a/GraphKit/Pods/Headers/MKFoundationKit/NSMutableArray+MK_Misc.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Misc.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/MKFoundationKit/NSMutableArray+MK_Queue.h b/GraphKit/Pods/Headers/MKFoundationKit/NSMutableArray+MK_Queue.h deleted file mode 120000 index e382a8a..0000000 --- a/GraphKit/Pods/Headers/MKFoundationKit/NSMutableArray+MK_Queue.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Queue.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/MKFoundationKit/NSMutableArray+MK_Stack.h b/GraphKit/Pods/Headers/MKFoundationKit/NSMutableArray+MK_Stack.h deleted file mode 120000 index 04d124b..0000000 --- a/GraphKit/Pods/Headers/MKFoundationKit/NSMutableArray+MK_Stack.h +++ /dev/null @@ -1 +0,0 @@ -../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Stack.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/BButton/BButton.h b/GraphKit/Pods/Headers/Public/BButton/BButton.h new file mode 120000 index 0000000..0848fb3 --- /dev/null +++ b/GraphKit/Pods/Headers/Public/BButton/BButton.h @@ -0,0 +1 @@ +../../../BButton/BButton/Classes/BButton.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/BButton/NSString+FontAwesome.h b/GraphKit/Pods/Headers/Public/BButton/NSString+FontAwesome.h new file mode 120000 index 0000000..bf7199e --- /dev/null +++ b/GraphKit/Pods/Headers/Public/BButton/NSString+FontAwesome.h @@ -0,0 +1 @@ +../../../BButton/BButton/Classes/NSString+FontAwesome.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/BButton/UIColor+BButton.h b/GraphKit/Pods/Headers/Public/BButton/UIColor+BButton.h new file mode 120000 index 0000000..2cabc14 --- /dev/null +++ b/GraphKit/Pods/Headers/Public/BButton/UIColor+BButton.h @@ -0,0 +1 @@ +../../../BButton/BButton/Classes/UIColor+BButton.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/FrameAccessor/FrameAccessor.h b/GraphKit/Pods/Headers/Public/FrameAccessor/FrameAccessor.h new file mode 120000 index 0000000..4f4c5bb --- /dev/null +++ b/GraphKit/Pods/Headers/Public/FrameAccessor/FrameAccessor.h @@ -0,0 +1 @@ +../../../FrameAccessor/FrameAccessor/FrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/FrameAccessor/ScrollViewFrameAccessor.h b/GraphKit/Pods/Headers/Public/FrameAccessor/ScrollViewFrameAccessor.h new file mode 120000 index 0000000..14b8e3c --- /dev/null +++ b/GraphKit/Pods/Headers/Public/FrameAccessor/ScrollViewFrameAccessor.h @@ -0,0 +1 @@ +../../../FrameAccessor/FrameAccessor/ScrollViewFrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/FrameAccessor/ViewFrameAccessor.h b/GraphKit/Pods/Headers/Public/FrameAccessor/ViewFrameAccessor.h new file mode 120000 index 0000000..37593db --- /dev/null +++ b/GraphKit/Pods/Headers/Public/FrameAccessor/ViewFrameAccessor.h @@ -0,0 +1 @@ +../../../FrameAccessor/FrameAccessor/ViewFrameAccessor.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/MKFoundationKit/NSArray+MK.h b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSArray+MK.h new file mode 120000 index 0000000..cda9f8a --- /dev/null +++ b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSArray+MK.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSArray+MK.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/MKFoundationKit/NSArray+MK_Block.h b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSArray+MK_Block.h new file mode 120000 index 0000000..9dac4d3 --- /dev/null +++ b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSArray+MK_Block.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSArray+MK_Block.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/MKFoundationKit/NSArray+MK_Misc.h b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSArray+MK_Misc.h new file mode 120000 index 0000000..b89b9ad --- /dev/null +++ b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSArray+MK_Misc.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSArray+MK_Misc.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/MKFoundationKit/NSMutableArray+MK_Misc.h b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSMutableArray+MK_Misc.h new file mode 120000 index 0000000..37e250e --- /dev/null +++ b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSMutableArray+MK_Misc.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Misc.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/MKFoundationKit/NSMutableArray+MK_Queue.h b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSMutableArray+MK_Queue.h new file mode 120000 index 0000000..19a5efa --- /dev/null +++ b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSMutableArray+MK_Queue.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Queue.h \ No newline at end of file diff --git a/GraphKit/Pods/Headers/Public/MKFoundationKit/NSMutableArray+MK_Stack.h b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSMutableArray+MK_Stack.h new file mode 120000 index 0000000..7a30feb --- /dev/null +++ b/GraphKit/Pods/Headers/Public/MKFoundationKit/NSMutableArray+MK_Stack.h @@ -0,0 +1 @@ +../../../MKFoundationKit/Source/NSArray/NSMutableArray+MK_Stack.h \ No newline at end of file diff --git a/GraphKit/Pods/MKFoundationKit/README.md b/GraphKit/Pods/MKFoundationKit/README.md index d9af72f..f9ddbc2 100644 --- a/GraphKit/Pods/MKFoundationKit/README.md +++ b/GraphKit/Pods/MKFoundationKit/README.md @@ -1,10 +1,15 @@ # MKFoundationKit -[![License MIT](https://go-shields.herokuapp.com/license-MIT-blue.png)](https://github.com/michalkonturek/MKFoundationKit/blob/master/LICENSE) +[![Twitter](https://img.shields.io/badge/contact-@MichalKonturek-blue.svg?style=flat)](http://twitter.com/michalkonturek) +[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/michalkonturek/MKFoundationKit/blob/master/LICENSE) +[![CocoaPods](https://img.shields.io/cocoapods/v/MKFoundationKit.svg?style=flat)](https://github.com/michalkonturek/MKFoundationKit) +[![Build Status](http://img.shields.io/travis/michalkonturek/MKFoundationKit.svg?style=flat)](https://travis-ci.org/michalkonturek/MKFoundationKit) + + MKFoundationKit is a collection of categories for `NSFoundation` classes to accelerate development. @@ -447,6 +452,15 @@ Source code of this project is available under the standard MIT license. Please - (BOOL)mk_matchesRegex:(NSString *)regex; ``` +## Contributing + +1. Fork it. +2. Create your feature branch (`git checkout -b new-feature`). +3. Commit your changes (`git commit -am 'Added new-feature'`). +4. Push to the branch (`git push origin new-feature`). +5. Create new Pull Request. + +