Skip to content

Commit

Permalink
update to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyang committed Mar 29, 2018
1 parent ec6f91d commit 58875dc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 81 deletions.
7 changes: 6 additions & 1 deletion KSVSSdkApiDemo/KSVSSdkApiDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) camera use</string>
<key>NSMicrophoneUsageDescription</key>
Expand Down
Binary file modified KSVSSdkApiDemo/KSVSSdkCore.framework/Info.plist
Binary file not shown.
Binary file modified KSVSSdkApiDemo/KSVSSdkCore.framework/KSVSSdkCore
Binary file not shown.
3 changes: 2 additions & 1 deletion KSVSSdkApiDemo/Podfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ target 'KSVSSdkApiDemo' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

pod 'KSYMediaEditorKit', '~> 1.6.1'
pod 'KSYMediaEditorKit', '2.2.3'
pod 'Ks3SDK','1.7.2'
pod 'Bugly'
pod 'Masonry'
pod 'MBProgressHUD'
Expand Down
78 changes: 0 additions & 78 deletions KSVSSdkApiDemo/Podfile.lock

This file was deleted.

4 changes: 3 additions & 1 deletion KSVSShortVideoCore_iOS.podspec
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ spec.platform = :ios, '8.0'

spec.vendored_frameworks = "KSVSSdkApiDemo/KSVSSdkCore.framework"

spec.dependency 'KSYMediaEditorKit'
spec.dependency 'KSYMediaEditorKit','2.2.3'
spec.dependency 'Ks3SDK','1.7.2'
spec.dependency 'FMDB'
spec.dependency 'UICKeyChainStore'
spec.dependency 'YYKit'
spec.dependency 'AFNetworking'
Expand Down
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.

0 comments on commit 58875dc

Please sign in to comment.