質問編集履歴

1

Podfileのコードの追加

2018/07/19 01:11

投稿

pokomaru17
pokomaru17

スコア7

test CHANGED
File without changes
test CHANGED
@@ -68,11 +68,51 @@
68
68
 
69
69
 
70
70
 
71
+ Podfileのコード
72
+
73
+ # Uncomment the next line to define a global platform for your project
74
+
75
+ platform :ios, '9.0'
71
76
 
72
77
 
73
- ソースコード
74
78
 
79
+ target 'Weblio' do
80
+
81
+ # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
82
+
83
+ use_frameworks!
84
+
85
+ pod 'Kanna'
86
+
87
+
88
+
89
+ # Pods for Weblio
90
+
91
+
92
+
93
+ target 'WeblioTests' do
94
+
95
+ inherit! :search_paths
96
+
97
+ # Pods for testing
98
+
75
- ```
99
+ end
100
+
101
+
102
+
103
+ target 'WeblioUITests' do
104
+
105
+ inherit! :search_paths
106
+
107
+ # Pods for testing
108
+
109
+ end
110
+
111
+
112
+
113
+ end
114
+
115
+
76
116
 
77
117
 
78
118