Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit bfaac9b

Browse files
committed
Smaller updates
1 parent 0d8edbc commit bfaac9b

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Demo/Demo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
278278
DEVELOPMENT_TEAM = 2379EAXEPK;
279279
INFOPLIST_FILE = Demo/Info.plist;
280+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
280281
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
281282
PRODUCT_BUNDLE_IDENTIFIER = com.marcelvoss.Demo;
282283
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -290,6 +291,7 @@
290291
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
291292
DEVELOPMENT_TEAM = 2379EAXEPK;
292293
INFOPLIST_FILE = Demo/Info.plist;
294+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
293295
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
294296
PRODUCT_BUNDLE_IDENTIFIER = com.marcelvoss.Demo;
295297
PRODUCT_NAME = "$(TARGET_NAME)";
Binary file not shown.

MVFollow.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = {
1111
"Marcel Voss" => "me@marcelvoss.com"
1212
}
13-
s.platform = :ios, '8.0'
13+
s.platform = :ios, '10.0'
1414
s.source = {
1515
:git => "https://github.com/marcelvoss/MVFollow.git",
1616
:tag => "0.3.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
MVFollow is a tiny drop-in solution that allows you to follow people on Twitter.
55

6-
This library requires **iOS 8 or later**.
6+
This library requires **iOS 10 or later**.
77

88
## Installation
99
### CocoaPods

0 commit comments

Comments
 (0)