Skip to content

Commit

Permalink
Switched podspec to iOS 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chbeer committed Sep 3, 2014
1 parent 6578a75 commit 8dbb60c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CBUIKit.podspec
Expand Up @@ -11,8 +11,8 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/chbeer/CBUIKit"
s.license = 'MIT'
s.author = { "Christian Beer" => "christian.beer@chbeer.de" }
s.source = { :git => "http://github.com/chbeer/CBUIKit.git", :tag => s.version.to_s }
s.platform = :ios
s.source = { :git => "https://github.com/chbeer/CBUIKit.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.requires_arc = true
end
Expand Up @@ -5,7 +5,7 @@
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>CCD34C79-6497-4494-9DD3-5D3E6844F413</string>
<string>5490D2AA-6CAA-41A7-9537-94F9372BE55F</string>
<key>IDESourceControlProjectName</key>
<string>CBUIKit</string>
<key>IDESourceControlProjectOriginsDictionary</key>
Expand Down

0 comments on commit 8dbb60c

Please sign in to comment.