React-RCTActionSheet.podspec.json 734 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
{
  "name": "React-RCTActionSheet",
  "version": "0.62.2",
  "summary": "An API for displaying iOS action sheets and share sheets.",
  "homepage": "http://facebook.github.io/react-native/",
  "documentation_url": "https://facebook.github.io/react-native/docs/actionsheetios",
  "license": "MIT",
  "authors": "Facebook, Inc. and its affiliates",
  "platforms": {
    "ios": "9.0",
    "tvos": "9.2"
  },
  "source": {
    "git": "https://github.com/facebook/react-native.git",
    "tag": "v0.62.2"
  },
  "source_files": "*.{m}",
  "preserve_paths": [
    "package.json",
    "LICENSE",
    "LICENSE-docs"
  ],
  "header_dir": "RCTActionSheet",
  "dependencies": {
    "React-Core/RCTActionSheetHeaders": [
      "0.62.2"
    ]
  }
}