Skip to content

Commit

Permalink
Merge pull request #3 from cemolcay/swift1.2
Browse files Browse the repository at this point in the history
Swift1.2
  • Loading branch information
cemolcay committed Mar 4, 2015
2 parents 571e834 + 66a469e commit 6f457ca
Show file tree
Hide file tree
Showing 6 changed files with 269 additions and 361 deletions.
6 changes: 3 additions & 3 deletions CEMKit-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "CEMKit-Swift"
s.version = "0.1.4"
s.version = "0.1.5"
s.summary = "UIKit toolset for quick prototyping and rapid development"

s.description = <<-DESC
Expand Down Expand Up @@ -64,7 +64,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"

# When using multiple platforms
# s.ios.deployment_target = "5.0"
s.ios.deployment_target = "8.0"
# s.osx.deployment_target = "10.7"


Expand All @@ -74,7 +74,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/cemolcay/CEMKit-Swift.git", :tag => "v0.1.4" }
s.source = { :git => "https://github.com/cemolcay/CEMKit-Swift.git", :tag => "v0.1.5" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
<true/>
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 6f457ca

Please sign in to comment.