Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add intForKey, floatForKey, boolForKey methods for extra theming support #5

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update RNThemeManager.podspec
Sam Williams committed Mar 27, 2014
commit afcdbd09cdc841aa4b648283b05496b6734e3b1d
2 changes: 1 addition & 1 deletion RNThemeManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RNThemeManager"
s.version = 0.2
s.version = "0.2.0"
s.summary = "Easily manage themes and respond to theme changes by updating views in real time."
s.homepage = "https://github.com/rnystrom/RNThemeManager"
s.license = 'MIT'