Skip to content

Commit

Permalink
Merge pull request #742 from brianjd/master
Browse files Browse the repository at this point in the history
Fix(amazon-cognito-identity-js): podspec for amazon-cognito-identity-js
  • Loading branch information
powerful23 authored Nov 19, 2018
2 parents 1161221 + 422aee8 commit 236ccd8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/amazon-cognito-identity-js/RNAWSCognito.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# coding: utf-8
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = "RNAWSCognito"
s.version = "1.29.0"
s.version = package['version']
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.homepage = "https://github.com/aws/aws-amplify/tree/master/packages/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 = { :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 236ccd8

Please sign in to comment.