Disable Rotation for sample project.

This commit is contained in:
Kyle Fang
2013-02-27 00:04:52 +08:00
parent 2ecb888811
commit ce1842d673
3 changed files with 3 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "ZGParallelView"
s.version = "0.1.4"
s.version = "0.1.5"
s.summary = "ZGParallelView is the easiest way to add a Parallax effect to a UITableView."
s.homepage = "https://github.com/zhigang1992/ZGParallelView"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Zhigang Fang" => "zhigang1992@gmail.com" }
s.source = { :git => "https://github.com/zhigang1992/ZGParallelView.git", :tag => "v0.1.4" }
s.source = { :git => "https://github.com/zhigang1992/ZGParallelView.git", :tag => "v0.1.5" }
s.platform = :ios, '5.0'
s.source_files = 'Class', 'Class/**/*.{h,m}'
s.public_header_files = 'Class/**/*.h'

View File

@@ -309,6 +309,7 @@
04480000169B04E500B99646 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};

View File

@@ -33,8 +33,6 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>