Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 6411178

Browse files
committed
removed platform declaration
New feature no longer need it: NativeScript/nativescript-cli#4282
1 parent 09d0c1a commit 6411178

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-braintree",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Braintree Payments (Drop-in) plugin for NativeScript.",
55
"main": "braintree",
66
"typings": "index.d.ts",

src/platforms/ios/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
platform :ios, '9.0'
2-
31
pod 'BraintreeDropIn'
42
pod 'Braintree/Apple-Pay'
53
pod 'Braintree/PayPal'

0 commit comments

Comments
 (0)