Skip to content

Commit

Permalink
Update to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamz Tang committed Dec 5, 2013
1 parent 0962679 commit b598a55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Canvas.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "Canvas"
s.version = "1.0"
s.version = "0.1"
s.summary = "Animate in Xcode without code"
s.homepage = "http://canvas.mengto.com"
s.homepage = "http://canvaspod.io"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { "Meng To" => "shadownessguy@gmail.com", "Jamz Tang" => "jamz@jamztang.com" }
s.platform = :ios, '7.0'
# s.source = { :git => "git@github.com:MengTo/Canvas.git", :tag => "0.0.1" }
s.source = { :git => "git@github.com:CanvasPod/Canvas.git", :tag => s.version.to_s }
s.source_files = 'CanvasLibrary/*.{h,m}'
s.exclude_files = 'Classes/Exclude'
s.requires_arc = true
Expand Down
10 changes: 4 additions & 6 deletions Canvas/Canvas-Info.plist
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand All @@ -19,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand All @@ -34,11 +32,11 @@
<array>
<string>armv7</string>
</array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
Expand Down

0 comments on commit b598a55

Please sign in to comment.