Skip to content

Commit

Permalink
Fix typo in RNAWSCognito.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
robonaut committed Dec 4, 2018
1 parent a04f1cd commit 92e234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/RNAWSCognito.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
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/aws-amplify.git"`, :tag => "amazon-cognito-identity-js@#{s.version.to_s}" }
s.source = { :git => "https://github.com/aws/aws-amplify.git", :tag => "amazon-cognito-identity-js@#{s.version.to_s}" }
s.source_files = 'ios/RNAWSCognito.{h,m}'
s.dependency 'React'
s.dependency 'JKBigInteger2', '0.0.5'
Expand Down

0 comments on commit 92e234b

Please sign in to comment.