Skip to content

Commit

Permalink
updated podspec and set minimum version of ios
Browse files Browse the repository at this point in the history
  • Loading branch information
antiguab committed May 20, 2016
1 parent b0e71c8 commit 586ad00
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion BATabBarController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.author = { "Bryan Antigua" => "[email protected]" }
s.source = { :git => "https://github.com/antiguab/BATabBarController.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/brantigua'
s.platform = :ios, 9.0
s.platform = :ios, 8.0
s.requires_arc = true
s.source_files = 'BATabBarController/Classes/**/*'
s.frameworks = 'UIKit'
Expand Down
8 changes: 4 additions & 4 deletions Example/BATabBarController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "BATabBarController/BATabBarController-Prefix.pch";
INFOPLIST_FILE = "BATabBarController/BATabBarController-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -557,7 +557,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "BATabBarController/BATabBarController-Prefix.pch";
INFOPLIST_FILE = "BATabBarController/BATabBarController-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -571,7 +571,7 @@
baseConfigurationReference = 7A3BF65113E7870AF8FB316E /* Pods-BATabBarController_Tests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = "";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -591,7 +591,7 @@
baseConfigurationReference = 7FA625986489FC94566FA258 /* Pods-BATabBarController_Tests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = "";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
INFOPLIST_FILE = "Tests/Tests-Info.plist";
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
BATabBarController: fc268e3bfbecc8a8b72f20117aae6b2460734cef
BATabBarController: e9610e3fe812ffc29ceb56ecc7ae071936f29189
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
Expecta+Snapshots: c343f410c7a6392f3e22e78f94c44b6c0749a516
FBSnapshotTestCase: 366ecd378511d7716c79991cd8067d1eed23578d
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 40 additions & 40 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The standard TabBarController is very limited in terms of animations when you ma
<br/>

## Requirements
* Works on any iOS device
* iOS 8+ iPhone, iPad and iPod Touch devices

<br/>

Expand Down Expand Up @@ -141,7 +141,7 @@ To change the size of the stroke in the animation, you can change the `tabBarIte
baTabBarController.tabBarItemLineWidth = 1.0;
```

result:
result:
<br/>
<img src="https://raw.githubusercontent.com/antiguab/BATabBarController/master/readmeAssets/example5.png" width="50%" />

Expand Down

0 comments on commit 586ad00

Please sign in to comment.