| 测试已测试 | ✗ |
| 语言语言 | Obj-CObjective C |
| 许可证 | MIT |
| 发布最后发布 | 2017年8月 |
由lyc2345维护。
| 依赖 | |
| AWSCognito | ~> 2.5.2 |
| AWSCognitoIdentityProvider | ~> 2.5.2 |
| AWSDynamoDB | ~> 2.5.2 |
| AWSCore | ~> 2.5.2 |
| AWSS3 | ~> 2.5.2 |
| DS | ~> 0.1.10 |
| AFNetworking | ~> 3.0 |
| SAMKeychain | >= 0 |
要运行示例项目,请克隆仓库,然后首先从项目目录运行 pod install。
AWSWrapper 可以通过 CocoaPods 获取。要安装它,只需将以下行添加到 Podfile:
pod "AWSWrapper", :git => 'https://github.com/lyc2345/AWSWrapper.git'@import AWSWrapper;


// Example
AWSMobileClient *mobileClient = [AWSMobileClient sharedInstance];
mobileClient.AWSCognitoUserPoolId = @"";
mobileClient.AWSCognitoUserPoolClientId = @"";
mobileClient.AWSCognitoUserPoolClientSecret = @"";
mobileClient.AWSCognitoUserPoolRegion = AWSRegionUSEast1;
mobileClient.CognitoPoolID = @"";
lyc2345, [email protected]
AWSWrapper 根据 MIT 许可证提供。有关更多信息,请参阅 LICENSE 文件。