This commit is contained in:
Vladislav Filyakov 2019-04-18 11:18:39 -07:00
Родитель 00a29ce333
Коммит 99200ff284
4 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.16</string>
<string>0.2.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>

Просмотреть файл

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OfficeUIFabric"
s.version = "0.1.16"
s.version = "0.2.0"
s.summary = "Office UI Fabric is a set of reusable UI controls and tools"
s.homepage = "https://onedrive.visualstudio.com/Design/The%20Studio/_git/fabric-ios"
s.license = { :type => "MIT", :file => "LICENSE" }

Просмотреть файл

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OfficeUIFabric"
s.version = "0.1.16"
s.version = "0.2.0"
s.summary = "Office UI Fabric is a set of reusable UI controls and tools"
s.homepage = "https://github.com/OfficeDev/ui-fabric-ios"
s.license = { :type => "MIT", :file => "LICENSE" }

Просмотреть файл

@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.16</string>
<string>0.2.0</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>16</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>