Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Updated to 1.2.0
Browse files Browse the repository at this point in the history
Updated Project to 1.2.0.
  • Loading branch information
Vicc Alexander committed May 10, 2015
1 parent 9664a3e commit ba87313
Show file tree
Hide file tree
Showing 69 changed files with 53 additions and 51 deletions.
73 changes: 37 additions & 36 deletions ChameleonDemo/ChameleonDemo.xcodeproj/project.pbxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
objects = {

/* Begin PBXBuildFile section */
0C7655AF19A6AED600257304 /* ChameleonStatusBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C7655A619A6AED600257304 /* ChameleonStatusBar.m */; };
0C7655B019A6AED600257304 /* NSArray+Chameleon.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C7655A819A6AED600257304 /* NSArray+Chameleon.m */; };
0C7655B119A6AED600257304 /* UIColor+Chameleon.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C7655AA19A6AED600257304 /* UIColor+Chameleon.m */; };
0C7655B219A6AED600257304 /* UIColor+CIELAB.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C7655AC19A6AED600257304 /* UIColor+CIELAB.m */; };
0C7655B319A6AED600257304 /* UIViewController+Chameleon.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C7655AE19A6AED600257304 /* UIViewController+Chameleon.m */; };
0C3D760E1B0012E80062A647 /* ChameleonStatusBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C3D76051B0012E80062A647 /* ChameleonStatusBar.m */; };
0C3D760F1B0012E80062A647 /* NSArray+Chameleon.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C3D76071B0012E80062A647 /* NSArray+Chameleon.m */; };
0C3D76101B0012E80062A647 /* UIColor+Chameleon.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C3D76091B0012E80062A647 /* UIColor+Chameleon.m */; };
0C3D76111B0012E80062A647 /* UIColor+CIELAB.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C3D760B1B0012E80062A647 /* UIColor+CIELAB.m */; };
0C3D76121B0012E80062A647 /* UIViewController+Chameleon.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C3D760D1B0012E80062A647 /* UIViewController+Chameleon.m */; };
0C7655B619A6BF5000257304 /* GradientViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C7655B519A6BF5000257304 /* GradientViewController.m */; };
0C7655B819A6C79A00257304 /* 5@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0C7655B719A6C79A00257304 /* 5@2x.png */; };
0CC0046419812351008E24FD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0CC0046319812351008E24FD /* Foundation.framework */; };
Expand Down Expand Up @@ -54,18 +54,18 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
0C7655A319A6AED600257304 /* Chameleon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Chameleon.h; path = ../../Chameleon/Chameleon.h; sourceTree = "<group>"; };
0C7655A419A6AED600257304 /* ChameleonMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChameleonMacros.h; path = ../../Chameleon/ChameleonMacros.h; sourceTree = "<group>"; };
0C7655A519A6AED600257304 /* ChameleonStatusBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChameleonStatusBar.h; path = ../../Chameleon/ChameleonStatusBar.h; sourceTree = "<group>"; };
0C7655A619A6AED600257304 /* ChameleonStatusBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ChameleonStatusBar.m; path = ../../Chameleon/ChameleonStatusBar.m; sourceTree = "<group>"; };
0C7655A719A6AED600257304 /* NSArray+Chameleon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSArray+Chameleon.h"; path = "../../Chameleon/NSArray+Chameleon.h"; sourceTree = "<group>"; };
0C7655A819A6AED600257304 /* NSArray+Chameleon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSArray+Chameleon.m"; path = "../../Chameleon/NSArray+Chameleon.m"; sourceTree = "<group>"; };
0C7655A919A6AED600257304 /* UIColor+Chameleon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIColor+Chameleon.h"; path = "../../Chameleon/UIColor+Chameleon.h"; sourceTree = "<group>"; };
0C7655AA19A6AED600257304 /* UIColor+Chameleon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIColor+Chameleon.m"; path = "../../Chameleon/UIColor+Chameleon.m"; sourceTree = "<group>"; };
0C7655AB19A6AED600257304 /* UIColor+CIELAB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIColor+CIELAB.h"; path = "../../Chameleon/UIColor+CIELAB.h"; sourceTree = "<group>"; };
0C7655AC19A6AED600257304 /* UIColor+CIELAB.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIColor+CIELAB.m"; path = "../../Chameleon/UIColor+CIELAB.m"; sourceTree = "<group>"; };
0C7655AD19A6AED600257304 /* UIViewController+Chameleon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIViewController+Chameleon.h"; path = "../../Chameleon/UIViewController+Chameleon.h"; sourceTree = "<group>"; };
0C7655AE19A6AED600257304 /* UIViewController+Chameleon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+Chameleon.m"; path = "../../Chameleon/UIViewController+Chameleon.m"; sourceTree = "<group>"; };
0C3D76021B0012E80062A647 /* Chameleon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Chameleon.h; sourceTree = "<group>"; };
0C3D76031B0012E80062A647 /* ChameleonMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChameleonMacros.h; sourceTree = "<group>"; };
0C3D76041B0012E80062A647 /* ChameleonStatusBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChameleonStatusBar.h; sourceTree = "<group>"; };
0C3D76051B0012E80062A647 /* ChameleonStatusBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChameleonStatusBar.m; sourceTree = "<group>"; };
0C3D76061B0012E80062A647 /* NSArray+Chameleon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+Chameleon.h"; sourceTree = "<group>"; };
0C3D76071B0012E80062A647 /* NSArray+Chameleon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+Chameleon.m"; sourceTree = "<group>"; };
0C3D76081B0012E80062A647 /* UIColor+Chameleon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+Chameleon.h"; sourceTree = "<group>"; };
0C3D76091B0012E80062A647 /* UIColor+Chameleon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+Chameleon.m"; sourceTree = "<group>"; };
0C3D760A1B0012E80062A647 /* UIColor+CIELAB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+CIELAB.h"; sourceTree = "<group>"; };
0C3D760B1B0012E80062A647 /* UIColor+CIELAB.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+CIELAB.m"; sourceTree = "<group>"; };
0C3D760C1B0012E80062A647 /* UIViewController+Chameleon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+Chameleon.h"; sourceTree = "<group>"; };
0C3D760D1B0012E80062A647 /* UIViewController+Chameleon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+Chameleon.m"; sourceTree = "<group>"; };
0C7655B419A6BF5000257304 /* GradientViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GradientViewController.h; sourceTree = "<group>"; };
0C7655B519A6BF5000257304 /* GradientViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GradientViewController.m; sourceTree = "<group>"; };
0C7655B719A6C79A00257304 /* 5@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "5@2x.png"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -223,20 +223,21 @@
0CC0049A198124F8008E24FD /* Chameleon */ = {
isa = PBXGroup;
children = (
0C7655A319A6AED600257304 /* Chameleon.h */,
0C7655A419A6AED600257304 /* ChameleonMacros.h */,
0C7655A519A6AED600257304 /* ChameleonStatusBar.h */,
0C7655A619A6AED600257304 /* ChameleonStatusBar.m */,
0C7655A719A6AED600257304 /* NSArray+Chameleon.h */,
0C7655A819A6AED600257304 /* NSArray+Chameleon.m */,
0C7655A919A6AED600257304 /* UIColor+Chameleon.h */,
0C7655AA19A6AED600257304 /* UIColor+Chameleon.m */,
0C7655AB19A6AED600257304 /* UIColor+CIELAB.h */,
0C7655AC19A6AED600257304 /* UIColor+CIELAB.m */,
0C7655AD19A6AED600257304 /* UIViewController+Chameleon.h */,
0C7655AE19A6AED600257304 /* UIViewController+Chameleon.m */,
0C3D76021B0012E80062A647 /* Chameleon.h */,
0C3D76031B0012E80062A647 /* ChameleonMacros.h */,
0C3D76041B0012E80062A647 /* ChameleonStatusBar.h */,
0C3D76051B0012E80062A647 /* ChameleonStatusBar.m */,
0C3D76061B0012E80062A647 /* NSArray+Chameleon.h */,
0C3D76071B0012E80062A647 /* NSArray+Chameleon.m */,
0C3D76081B0012E80062A647 /* UIColor+Chameleon.h */,
0C3D76091B0012E80062A647 /* UIColor+Chameleon.m */,
0C3D760A1B0012E80062A647 /* UIColor+CIELAB.h */,
0C3D760B1B0012E80062A647 /* UIColor+CIELAB.m */,
0C3D760C1B0012E80062A647 /* UIViewController+Chameleon.h */,
0C3D760D1B0012E80062A647 /* UIViewController+Chameleon.m */,
);
name = Chameleon;
path = "../../Pod/Classes/Objective-C";
sourceTree = "<group>";
};
0CC004A919818CE4008E24FD /* Images */ = {
Expand Down Expand Up @@ -371,19 +372,19 @@
buildActionMask = 2147483647;
files = (
0C7655B619A6BF5000257304 /* GradientViewController.m in Sources */,
0C7655B319A6AED600257304 /* UIViewController+Chameleon.m in Sources */,
0C3D76111B0012E80062A647 /* UIColor+CIELAB.m in Sources */,
0CC004C31981AC35008E24FD /* Row2ViewController.m in Sources */,
0C7655B219A6AED600257304 /* UIColor+CIELAB.m in Sources */,
0C7655B119A6AED600257304 /* UIColor+Chameleon.m in Sources */,
0C7655AF19A6AED600257304 /* ChameleonStatusBar.m in Sources */,
0CC0047A19812352008E24FD /* MainViewController.m in Sources */,
0CC004C61981AEF3008E24FD /* MainNavigationController.m in Sources */,
0C3D760F1B0012E80062A647 /* NSArray+Chameleon.m in Sources */,
0CC0047419812352008E24FD /* AppDelegate.m in Sources */,
0CC004D8198227DF008E24FD /* Row4ViewController.m in Sources */,
0CC004D41981E74C008E24FD /* TriadicViewController.m in Sources */,
0C3D76101B0012E80062A647 /* UIColor+Chameleon.m in Sources */,
0CC0047019812352008E24FD /* main.m in Sources */,
0C3D76121B0012E80062A647 /* UIViewController+Chameleon.m in Sources */,
0C3D760E1B0012E80062A647 /* ChameleonStatusBar.m in Sources */,
0CC004D11981E631008E24FD /* ComplementaryViewController.m in Sources */,
0C7655B019A6AED600257304 /* NSArray+Chameleon.m in Sources */,
0CC004CE1981E349008E24FD /* AnalogousViewController.m in Sources */,
0CC004C019819536008E24FD /* Row1ViewController.m in Sources */,
);
Expand Down Expand Up @@ -467,7 +468,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
Expand Down Expand Up @@ -499,7 +500,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
Expand Down
Empty file.
Empty file.
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/2@2x.png
100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ChameleonDemo/ChameleonDemo/5@2x.png
100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ChameleonDemo/ChameleonDemo/AnalogousViewController.h
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/AnalogousViewController.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/AppDelegate.h
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/AppDelegate.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/Base.lproj/Main.storyboard
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/Chameleon Readme.md
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion ChameleonDemo/ChameleonDemo/ChameleonDemo-Info.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Empty file modified ChameleonDemo/ChameleonDemo/ChameleonDemo-Prefix.pch
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/ComplementaryViewController.h
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/ComplementaryViewController.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/GradientViewController.h
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/GradientViewController.m
100644 → 100755
Empty file.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ChameleonDemo/ChameleonDemo/MainNavigationController.h
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/MainNavigationController.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/MainViewController.h
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/MainViewController.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/Row1ViewController.h
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/Row1ViewController.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/Row2ViewController.h
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/Row2ViewController.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/Row4ViewController.h
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/Row4ViewController.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/TriadicViewController.h
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/TriadicViewController.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/en.lproj/InfoPlist.strings
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemo/main.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemoTests/ChameleonDemoTests-Info.plist
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemoTests/ChameleonDemoTests.m
100644 → 100755
Empty file.
Empty file modified ChameleonDemo/ChameleonDemoTests/en.lproj/InfoPlist.strings
100644 → 100755
Empty file.
29 changes: 15 additions & 14 deletions ChameleonFramework.podspec
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
Pod::Spec.new do |s|
s.name = "ChameleonFramework"
s.version = "1.1.3"
s.summary = "A Lightweight x Powerful Flat Color Framework for iOS."
s.homepage = "https://github.com/VAlexander/Chameleon"
s.screenshots = "http://i.imgur.com/GkcP4e9.png", "http://i.imgur.com/K648Zzr.png", "http://i.imgur.com/QByU4w7.png"
s.name = "ChameleonFramework"
s.version = "1.2.0"
s.summary = "Flat Color Framework for iOS."
s.homepage = "https://github.com/ViccAlexander/Chameleon"
s.screenshots = "http://i.imgur.com/GkcP4e9.png", "http://i.imgur.com/K648Zzr.png", "http://i.imgur.com/QByU4w7.png"

s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "Vicc Alexander" => "madewithchameleon@gmail.com" }
s.social_media_url = "http://twitter.com/ViccsMind"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/VAlexander/Chameleon.git",
:tag => "1.1.3" }
s.source_files = "Chameleon", "Classes/**/*.{h,m}"
s.frameworks = 'QuartzCore', 'CoreGraphics'
s.requires_arc = true
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = "Vicc Alexander"
s.social_media_url = "http://twitter.com/ViccsMind"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/ViccAlexander/Chameleon.git",
:tag => s.version.to_s }

s.source_files = 'Pod/Classes/**/*.{h,m}'
s.public_header_files = 'Pod/Classes/Objective-C/**/*.h'
s.frameworks = 'UIKit', 'QuartzCore', 'CoreGraphics'

end
Empty file modified Extras/Chameleon.dmg
100644 → 100755
Empty file.
Empty file modified Extras/LICENSE.md
100644 → 100755
Empty file.
Empty file modified LICENSE.md
100644 → 100755
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file modified README.md
100644 → 100755
Empty file.

0 comments on commit ba87313

Please sign in to comment.