update the version to 0.1.6 (#128)
- iOS -- SideTabBar implemented for iPad -- Observe acessoryView property changes for NavigationController -- Snap AvatarView sizes to 4px grid -- Update danger badge view text color for light mode -- Allow overriding contentEdgeInset for Buttons -- Allow customizing title and subtitle text color in TableViewCell
This commit is contained in:
Родитель
c6d9c8b01e
Коммит
4e1b2baacc
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'MicrosoftFluentUI'
|
||||
s.version = '0.1.5'
|
||||
s.version = '0.1.6'
|
||||
s.summary = 'Fluent UI is a set of reusable UI controls and tools'
|
||||
s.homepage = "https://www.microsoft.com/design/fluent/#/"
|
||||
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.2</string>
|
||||
<string>1.2.3</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
@ -26,7 +26,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>69</string>
|
||||
<string>70</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.5</string>
|
||||
<string>0.1.6</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.5</string>
|
||||
<string>0.1.6</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.5</string>
|
||||
<string>0.1.6</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.5</string>
|
||||
<string>0.1.6</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Загрузка…
Ссылка в новой задаче