diff --git a/StubPodspecs/Flipper.podspec b/StubPodspecs/Flipper.podspec new file mode 100644 index 000000000..f6621524d --- /dev/null +++ b/StubPodspecs/Flipper.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |spec| + spec.name = 'Flipper' + spec.version = '0.11.1' + spec.license = { :type => 'MIT' } + spec.source = { :git => 'https://github.com/facebook/Sonar.git', + :tag=> "v0.11.1" } + spec.homepage = 'https://github.com/facebook/flipper' + spec.source_files = 'README.md' + spec.summary = 'Flipper iOS podspec' + spec.authors = 'Facebook' + spec.static_framework = true + spec.module_name = 'Flipper' + spec.platforms = { :ios => "8.4" } +end diff --git a/StubPodspecs/FlipperKit.podspec b/StubPodspecs/FlipperKit.podspec new file mode 100644 index 000000000..16444e4e6 --- /dev/null +++ b/StubPodspecs/FlipperKit.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |spec| + spec.name = 'FlipperKit' + spec.version = '0.11.1' + spec.license = { :type => 'MIT' } + spec.source = { :git => 'https://github.com/facebook/Sonar.git', + :tag=> "v0.11.1" } + spec.homepage = 'https://github.com/facebook/flipper' + spec.source_files = 'README.md' + spec.summary = 'FlipperKit iOS podspec' + spec.authors = 'Facebook' + spec.static_framework = true + spec.module_name = 'FlipperKit' + spec.platforms = { :ios => "8.4" } +end diff --git a/StubPodspecs/README.md b/StubPodspecs/README.md new file mode 100644 index 000000000..a79941d91 --- /dev/null +++ b/StubPodspecs/README.md @@ -0,0 +1 @@ +These podspecs are the stubs and are solely meant to reserve the name on cocoapods repo until this [issue](https://github.com/facebook/flipper/issues/132) is solved.