Commit Graph

8 Commits

Author SHA1 Message Date
Radek Czemerys 08b709967f
fix(ios): Xcode 12 compatibility (#1643)
* fix: add React-Core to podspec for Xcode 12 compatibility

https://github.com/facebook/react-native/issues/29633

* chore: remove React dependency
2020-09-29 19:18:15 +02:00
Eloy Durán 2d9b0803e0
feat(macOS): Make podspec compatible with macOS (#1328)
* [apple] Move iOS/macOS src into common apple dir

* [apple] Enable macOS as platform in podspec

* [example] Use CocoaPods & auto-linking on macOS

* [docs] Update setup for macOS

* [package] Include apple dir in distribution
2020-04-24 19:54:17 +02:00
Thorny 38110327ed chore(podspec): Podspec source format fix (#681) 2019-07-02 16:58:50 +02:00
道玄 fc04c51c31 chore(podspec): fix quotes (#691)
add missing quote
2019-07-02 16:55:54 +02:00
Hyo Chan Jang 73c630c5bb chore(podspec): Add version to podspec (#646) 2019-06-22 00:12:49 +02:00
Bae Hyeonseung 59b513b754 fix(package.json): Add license to podspec and update package.json version dynamically. (#98)
Fix cocoapods install error and warning.
```
Fetching podspec for `react-native-webview` from `../node_modules/react-native-webview`
[!] The `react-native-webview` pod failed to validate due to 1 error:
    - WARN  | attributes: Missing required attribute `license`.
    - ERROR | version: The version of the spec should be higher than 0.
    - WARN  | license: Missing license type.
    - WARN  | source: Git sources should specify a tag.
```
2018-10-18 11:08:49 +02:00
Thibault Malbranche dd6e126d15 woopsie, fix typo 2018-09-09 19:39:38 +02:00
Thibault Malbranche c9e04603d7 CocoaPods implementation 2018-09-09 19:36:28 +02:00