File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " react-native-admob-ios-sdk-prebuilt" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " admob dependencies auto fetch for react-native-admob" ,
5
+ "scripts" : {
6
+ "postinstall" : " node postinstall.js"
7
+ },
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " git+https://github.com/kanekotic/react-native-admob-ios-sdk-prebuilt.git"
11
+ },
12
+ "keywords" : [
13
+ " prebuilt" ,
14
+ " react-native" ,
15
+ " admob" ,
16
+ " sdk" ,
17
+ " ios"
18
+ ],
19
+ "author" : " kanekotic" ,
20
+ "license" : " MIT" ,
21
+ "bugs" : {
22
+ "url" : " https://github.com/kanekotic/react-native-admob-ios-sdk-prebuilt/issues"
23
+ },
24
+ "homepage" : " https://github.com/kanekotic/react-native-admob-ios-sdk-prebuilt#readme" ,
25
+ "dependencies" : {
26
+ "any-prebuilt" : " 0.0.9"
27
+ },
28
+ "prebuilt" : {
29
+ "user" : " kanekotic" ,
30
+ "repo" : " react-native-admob-ios-sdk-prebuilt" ,
31
+ "platform" : " all" ,
32
+ "arch" : " all" ,
33
+ "targetDir" : " ../../ios"
34
+ }
Original file line number Diff line number Diff line change
1
+ require ( 'any-prebuilt' ) . install ( require ( './package.json' ) . prebuilt )
You can’t perform that action at this time.
0 commit comments