diff --git a/Doric.podspec b/Doric.podspec index 8eb2cf33..ea4d2b8d 100644 --- a/Doric.podspec +++ b/Doric.podspec @@ -1,45 +1,25 @@ -# -# Be sure to run `pod lib lint Doric.podspec' to ensure this is a -# valid spec before submitting. -# -# Any lines starting with a # are optional, but their use is encouraged -# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html -# - Pod::Spec.new do |s| s.name = 'Doric' s.version = '0.1.0' s.summary = 'A short description of Doric.' -# This description is used to generate tags and improve search results. -# * Think: What does it do? Why did you write it? What is the focus? -# * Try to keep it short, snappy and to the point. -# * Write the description between the DESC delimiters below. -# * Finally, don't worry about the indent, CocoaPods strips it! - s.description = <<-DESC -TODO: Add long description of the pod here. +Doric SDK for iOS DESC s.homepage = 'https://github.com/doric-pub/doric' - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'Apache-2.0', :file => 'LICENSE' } s.author = { 'pengfei.zhou' => 'pengfeizhou@foxmail.com' } s.source = { :git => 'git@github.com:penfeizhou/doric.git', :tag => s.version.to_s } - # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '8.0' s.source_files = 'Pod/Classes/**/*' - s.resource = "Pod/Assets/*.js" s.resource_bundles = { 'Doric' => ['Pod/Assets/**/*'] } s.public_header_files = 'Pod/Classes/**/*.h' - # s.frameworks = 'UIKit', 'MapKit' - # s.dependency 'AFNetworking', '~> 2.3' - # s.dependency 'SDWebImage', '~> 5.0' s.dependency 'YYWebImage', '~>1.0.5' s.dependency 'YYImage/WebP' s.dependency 'SocketRocket', '~> 0.5.1' diff --git a/Example/Example.xcodeproj/project.pbxproj b/Example/Example.xcodeproj/project.pbxproj index 6a1b3e73..ce65bed3 100644 --- a/Example/Example.xcodeproj/project.pbxproj +++ b/Example/Example.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 50; + objectVersion = 51; objects = { /* Begin PBXBuildFile section */ @@ -416,7 +416,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" # This loads nvm\n[ -s \"$NVM_DIR/bash_completion\" ] && \\. \"$NVM_DIR/bash_completion\" # This loads nvm bash_completion\n\nsh ../bundle.sh\n"; + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" # This loads nvm\n[ -s \"$NVM_DIR/bash_completion\" ] && \\. \"$NVM_DIR/bash_completion\" # This loads nvm bash_completion\n\nsh ../../bundle.sh\n"; }; /* End PBXShellScriptBuildPhase section */ diff --git a/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/UserInterfaceState.xcuserstate b/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/UserInterfaceState.xcuserstate index acd347d7..6f798203 100644 Binary files a/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/UserInterfaceState.xcuserstate and b/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist deleted file mode 100644 index f3a23345..00000000 --- a/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - diff --git a/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/xcdebugger/Expressions.xcexplist b/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/xcdebugger/Expressions.xcexplist deleted file mode 100644 index 5b3a9234..00000000 --- a/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/xcdebugger/Expressions.xcexplist +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index ee3458dd..00000000 --- a/Example/Example.xcworkspace/xcuserdata/pengfei.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/Example/Example/demo b/Example/Example/demo deleted file mode 120000 index 7506393d..00000000 --- a/Example/Example/demo +++ /dev/null @@ -1 +0,0 @@ -../../../demo/bundle/src/ \ No newline at end of file diff --git a/Example/Example/demo/.gitignore b/Example/Example/demo/.gitignore new file mode 100644 index 00000000..a6c7c285 --- /dev/null +++ b/Example/Example/demo/.gitignore @@ -0,0 +1 @@ +*.js diff --git a/Example/Podfile.lock b/Example/Podfile.lock deleted file mode 100644 index 93a0efb8..00000000 --- a/Example/Podfile.lock +++ /dev/null @@ -1,47 +0,0 @@ -PODS: - - Doric (0.1.0): - - GCDWebServer (~> 3.0) - - SocketRocket (~> 0.5.1) - - YYCache (~> 1.0.4) - - YYImage/WebP - - YYWebImage (~> 1.0.5) - - GCDWebServer (3.5.3): - - GCDWebServer/Core (= 3.5.3) - - GCDWebServer/Core (3.5.3) - - SocketRocket (0.5.1) - - YYCache (1.0.4) - - YYImage (1.0.4): - - YYImage/Core (= 1.0.4) - - YYImage/Core (1.0.4) - - YYImage/WebP (1.0.4): - - YYImage/Core - - YYWebImage (1.0.5): - - YYCache - - YYImage - -DEPENDENCIES: - - Doric (from `../`) - -SPEC REPOS: - https://github.com/cocoapods/specs.git: - - GCDWebServer - - SocketRocket - - YYCache - - YYImage - - YYWebImage - -EXTERNAL SOURCES: - Doric: - :path: "../" - -SPEC CHECKSUMS: - Doric: 38ac111ee84ca27c3838f65f286daf11b537801c - GCDWebServer: c0ab22c73e1b84f358d1e2f74bf6afd1c60829f2 - SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531 - YYCache: 8105b6638f5e849296c71f331ff83891a4942952 - YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54 - YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928 - -PODFILE CHECKSUM: 012563d71439e7e33e976dca3b59664ed56cee39 - -COCOAPODS: 1.7.5 diff --git a/Pod/Assets/bundle/.gitignore b/Pod/Assets/bundle/.gitignore new file mode 100644 index 00000000..4c43fe68 --- /dev/null +++ b/Pod/Assets/bundle/.gitignore @@ -0,0 +1 @@ +*.js \ No newline at end of file