Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wooodypan authored Jun 10, 2019
1 parent ebb8d50 commit b7374d8
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
# QQSDK
QQSDK TencentOpenAPI.framework

``` ruby
本来想用subspec:
s.subspec 'QQSDK' do |qqsdk|
#http://wiki.connect.qq.com/sdk下载
qqsdk.ios.deployment_target = '8.0'
qqsdk.vendored_frameworks = 'PWiOSTool/QQSDK/TencentOpenAPI.framework'
qqsdk.frameworks = 'SystemConfiguration'
qqsdk.dependency 'PWiOSTool/Core'
# qqsdk.frameworks = 'Security', 'SystemConfiguration', 'CoreGraphics', 'CoreTelephony'
#千万不要加下面这一行!!!
# qqsdk.source_files = 'PWiOSTool/QQSDK/TencentOpenAPI.framework/Headers/**/*.h'
# qqsdk.libraries = 'z', 'sqlite3.0', 'c++', 'iconv'
# qqsdk.framework = "CoreTelephony", "Security", "SystemConfiguration", "CoreGraphics"
end
```

谁知道新项目不行,mmp
pod 'QQSDK',:git =>'https://github.com/wooodypan/QQSDK.git'
```

0 comments on commit b7374d8

Please sign in to comment.