Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caichenghan/atauthsdk
https://github.com/caichenghan/atauthsdk
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caichenghan/atauthsdk
- Owner: CaiChenghan
- License: mit
- Created: 2019-12-06T10:26:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T03:16:40.000Z (about 4 years ago)
- Last Synced: 2024-11-22T13:42:33.055Z (3 months ago)
- Language: Objective-C
- Size: 18.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATAuthSDK
[阿里云号码认证SDK](https://help.aliyun.com/product/75010.html?spm=a2c4g.11174283.6.540.79f229d3qHCmVk)动态库版本 -> [ATAuthSDK_D](https://github.com/CaiChenghan/ATAuthSDK_D)
## 版本说明
[V2.12.0-2020.01.12](https://github.com/CaiChenghan/ATAuthSDK/blob/master/ATAuthSDKNote.txt)## 使用
#### 1. 指定git引用
```ruby
pod 'ATAuthSDK', :git => 'https://github.com/CaiChenghan/ATAuthSDK.git', :tag => '2.12.0'
```#### 2. 使用私有库
```ruby
source 'https://github.com/CaiChenghan/CCRepo.git'
source 'https://github.com/CocoaPods/Specs.git'
target 'MyApp' do
pod 'ATAuthSDK', '~> 2.12.0'
end
```#### 3. 自行制作私有pod
- [制作私有pod](https://www.jianshu.com/p/c94d394f0be7)
- 本地引用
```ruby
pod 'ATAuthSDK', :path => './ATAuthSDK'
```
```
注意引用路径,如果不知道,可拖动制作好的私有库到终端,即可查看路径。或者显示简介,拷贝位置即可。
```## Author
## License
ATAuthSDK is available under the MIT license. See the LICENSE file for more info.