This repository was archived by the owner on Apr 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
project.xcworkspace/xcuserdata/marcel.xcuserdatad Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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)";
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)";
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 33
44MVFollow 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
You can’t perform that action at this time.
0 commit comments