RCTRequired.podspec.json 425 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "name": "RCTRequired",
  "version": "0.62.2",
  "summary": "-",
  "homepage": "http://facebook.github.io/react-native/",
  "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": "**/*.{c,h,m,mm,cpp}",
  "header_dir": "RCTRequired"
}