From 5f1a2932c6be9648fba0d19624b9a0f2cbe5b3e1 Mon Sep 17 00:00:00 2001 From: Boris Emorine Date: Wed, 26 Jul 2017 22:02:55 -0700 Subject: [PATCH] Add podspec --- ARCharts.podspec.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 ARCharts.podspec.json diff --git a/ARCharts.podspec.json b/ARCharts.podspec.json new file mode 100755 index 0000000..4c3c906 --- /dev/null +++ b/ARCharts.podspec.json @@ -0,0 +1,28 @@ +{ + "name": "ARCharts", + "version": "0.0.1", + "summary": "Lovely Augmented Reality Charts for iOS - Built with ARKit", + "homepage": "https://github.com/Boris-Em/ARCharts", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Boris Emorine": "boris.emorine@gmail.com", + "Christopher Chute": "chutechristopher@gmail.com" + }, + "platforms": { + "ios": "11.0" + }, + "source": { + "git": "https://github.com/Boris-Em/ARCharts", + "tag": "0.0.1" + }, + "source_files": [ + "ARCharts/**/*.{swift,h}" + ], + "public_header_files": [ + "ARCharts/ARCharts.h" + ], + "requires_arc": true +} \ No newline at end of file