Skip to content

Commit

Permalink
Merge pull request #5 from Structuralapp/master
Browse files Browse the repository at this point in the history
Add .podspec for RN60^
  • Loading branch information
joeykamsteeg authored Oct 18, 2019
2 parents 3c2ff2b + 6e1c7bd commit be3befb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ReactNativeAlternateIcons.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = 'ReactNativeAlternateIcons'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
s.authors = package['author']
s.homepage = package['homepage']
s.platform = :ios, "9.0"

s.source = { :git => package['repository']['url'], :tag => s.version }
s.source_files = "**/*.{h,m}"
s.requires_arc = true

s.dependency 'React'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-alternate-icons",
"version": "0.3.0",
"version": "0.4.0",
"description": "React Native Alternate Icons for iOS 10.3+",
"main": "ReactNativeAlternateIcons.ios.js",
"scripts": {
Expand Down

0 comments on commit be3befb

Please sign in to comment.