@react-native-vector-icons/common 0.0.1-alpha.7 → 0.0.1-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -98,7 +98,7 @@ To use the bundled icons on iOS, follow these steps:
98
98
 
99
99
  ### macOS
100
100
 
101
- TBA: It should just work???
101
+ This needs more work, see details in #1624
102
102
 
103
103
  ### Windows
104
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-vector-icons/common",
3
- "version": "0.0.1-alpha.7",
3
+ "version": "0.0.1-alpha.8",
4
4
  "description": "Customizable Icons for React Native with support for image source and full styling.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -130,5 +130,5 @@
130
130
  "javaPackageName": "com.reactnativevectoricons.common"
131
131
  }
132
132
  },
133
- "gitHead": "6a62ccfb5a26606b08a1abf56a92e0c6887e4ed7"
133
+ "gitHead": "04a3cac6a666d52734a6d7e0ff4ad4e82994b0cb"
134
134
  }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
  s.license = package["license"]
12
12
  s.authors = package["author"]
13
13
 
14
- s.platforms = { :ios => "12.0", :tvos => "9.0", :osx => "12.7" }
14
+ s.platforms = { :ios => "12.0", :tvos => "9.0" }
15
15
  s.source = { :git => "https://github.com/react-native-vector-icons/react-native-vector-icons.git", :tag => "#{s.version}" }
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm}"