forked from amazon-archives/amazon-cognito-identity-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRNAWSCognito.podspec
More file actions
19 lines (17 loc) · 815 Bytes
/
Copy pathRNAWSCognito.podspec
File metadata and controls
19 lines (17 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# coding: utf-8
Pod::Spec.new do |s|
s.name = "RNAWSCognito"
s.version = "1.29.0"
s.requires_arc = true
s.platforms = { :ios => "8.0" }
s.license = { :file => 'LICENSE.txt' }
s.homepage = "https://github.com/aws/amazon-cognito-identity-js"
s.author = "Amazon"
s.summary = "Amazon Cognito Identity SDK for JavaScript"
s.description = <<-DESC
The Amazon Cognito Identity SDK for JavaScript allows JavaScript enabled applications to sign-up users, authenticate users, view, delete, and update user attributes within the Amazon Cognito Identity service.
DESC
s.source = { :git => "https://github.com/aws/amazon-cognito-identity-js.git", :tag => s.version.to_s }
s.source_files = 'ios/RNAWSCognito.{h,m}'
s.dependency 'JKBigInteger2', '0.0.5'
end