Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

Adds a podspec for CocoaPods support #644

Merged
merged 1 commit into from
Jan 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions RNAWSCognito.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,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