基础版本
diff --git a/platforms/ios/Podfile b/platforms/ios/Podfile
new file mode 100644
index 0000000..de93ed4
--- /dev/null
+++ b/platforms/ios/Podfile
@@ -0,0 +1,8 @@
+# DO NOT MODIFY -- auto-generated by Apache Cordova
+
+platform :ios, '9.0'
+
+target 'dlapp' do
+	project 'dlapp.xcodeproj'
+
+end