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

Commit

Permalink
Bumped up to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicc Alexander committed Sep 2, 2014
1 parent 6c29b51 commit 9847d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChameleonFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ChameleonFramework"
s.version = "1.1.0"
s.version = "1.1.1"
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"
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/ViccsMind"
s.platform = :ios, "6.0"
s.source = { :git => "https://github.com/VAlexander/Chameleon.git",
:tag => "1.1.0" }
:tag => "1.1.1" }
s.source_files = "Chameleon", "Classes/**/*.{h,m}"
s.frameworks = 'QuartzCore', 'CoreGraphics'
s.requires_arc = true
Expand Down

0 comments on commit 9847d80

Please sign in to comment.