We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd84f03 commit d294d0cCopy full SHA for d294d0c
GeYanSdk.podspec renamed to GYSDK.podspec
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
# summary should be tweet-length, and the description more in depth.
16
#
17
18
- s.name = "GeYanSdk"
+ s.name = "GYSDK"
19
s.version = "1.1.0.0"
20
s.summary = "个验 iOS SDK CocoaPods 集成库"
21
README.md
@@ -4,6 +4,6 @@
4
## podfile 配置
5
``` java
6
platform :ios, "7.0"
7
-pod 'GeYanSdk'
+pod 'GYSDK'
8
9
```
0 commit comments