File tree Expand file tree Collapse file tree
MaterialTextField.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "MaterialTextField"
3- s . version = "1.0.1.3 "
3+ s . version = "1.0.1.4 "
44 s . summary = "Material design UITextField with animated placeholder label and error message"
55 s . homepage = "https://github.com/stephsharp/MaterialTextField"
66 s . license = { :type => "MIT" , :file => "LICENSE" }
77 s . author = "Stephanie Sharp"
8- s . platform = :ios , "10 .0"
8+ s . platform = :ios , "9 .0"
99 s . source = { :git => "https://github.com/stephsharp/MaterialTextField.git" , :tag => "v#{ s . version } " }
1010 s . source_files = "MaterialTextField"
1111 s . public_header_files = [ "MaterialTextField/MaterialTextField.h" ,
Original file line number Diff line number Diff line change 211211 developmentRegion = English;
212212 hasScannedForEncodings = 0;
213213 knownRegions = (
214+ English,
214215 en,
215216 );
216217 mainGroup = CE58F7AF1BEBE64C0082924A;
393394 DYLIB_INSTALL_NAME_BASE = "@rpath";
394395 INFOPLIST_FILE = MaterialTextField/Info.plist;
395396 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
397+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
396398 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
397399 PRODUCT_BUNDLE_IDENTIFIER = "com.ssharp.$(PRODUCT_NAME)";
398400 PRODUCT_NAME = "$(PROJECT_NAME)";
410412 DYLIB_INSTALL_NAME_BASE = "@rpath";
411413 INFOPLIST_FILE = MaterialTextField/Info.plist;
412414 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
415+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
413416 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
414417 PRODUCT_BUNDLE_IDENTIFIER = "com.ssharp.$(PRODUCT_NAME)";
415418 PRODUCT_NAME = "$(PROJECT_NAME)";
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.2.1 </string >
18+ <string >1.0.1.4 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments