Skip to content

Commit 6844d0e

Browse files
author
dong
committed
1.5.0
1 parent 9adda29 commit 6844d0e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

JPTagView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pod::Spec.new do |s|
44

55
s.name = "JPTagView"
6-
s.version = "1.3.10"
6+
s.version = "1.5.0"
77
s.summary = "Customized tag pages."
88
s.homepage = "https://github.com/baiyidjp/JPTagViewDemo"
99
s.license = "MIT"

JPTagViewDemo/JPTagViewDemo/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>NSAppTransportSecurity</key>
6-
<dict>
7-
<key>NSAllowsArbitraryLoads</key>
8-
<true/>
9-
</dict>
105
<key>CFBundleDevelopmentRegion</key>
116
<string>$(DEVELOPMENT_LANGUAGE)</string>
127
<key>CFBundleExecutable</key>
@@ -20,11 +15,16 @@
2015
<key>CFBundlePackageType</key>
2116
<string>APPL</string>
2217
<key>CFBundleShortVersionString</key>
23-
<string>1.0</string>
18+
<string>1.3.10</string>
2419
<key>CFBundleVersion</key>
2520
<string>1</string>
2621
<key>LSRequiresIPhoneOS</key>
2722
<true/>
23+
<key>NSAppTransportSecurity</key>
24+
<dict>
25+
<key>NSAllowsArbitraryLoads</key>
26+
<true/>
27+
</dict>
2828
<key>UILaunchStoryboardName</key>
2929
<string>LaunchScreen</string>
3030
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)