File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
JPTagViewDemo/JPTagViewDemo Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
Pod ::Spec . new do |s |
4
4
5
5
s . name = "JPTagView"
6
- s . version = "1.3.10 "
6
+ s . version = "1.5.0 "
7
7
s . summary = "Customized tag pages."
8
8
s . homepage = "https://github.com/baiyidjp/JPTagViewDemo"
9
9
s . license = "MIT"
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
- <key >NSAppTransportSecurity </key >
6
- <dict >
7
- <key >NSAllowsArbitraryLoads </key >
8
- <true />
9
- </dict >
10
5
<key >CFBundleDevelopmentRegion </key >
11
6
<string >$(DEVELOPMENT_LANGUAGE) </string >
12
7
<key >CFBundleExecutable </key >
20
15
<key >CFBundlePackageType </key >
21
16
<string >APPL </string >
22
17
<key >CFBundleShortVersionString </key >
23
- <string >1.0 </string >
18
+ <string >1.3.10 </string >
24
19
<key >CFBundleVersion </key >
25
20
<string >1 </string >
26
21
<key >LSRequiresIPhoneOS </key >
27
22
<true />
23
+ <key >NSAppTransportSecurity </key >
24
+ <dict >
25
+ <key >NSAllowsArbitraryLoads </key >
26
+ <true />
27
+ </dict >
28
28
<key >UILaunchStoryboardName </key >
29
29
<string >LaunchScreen </string >
30
30
<key >UIMainStoryboardFile </key >
You can’t perform that action at this time.
0 commit comments