Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Emorine committed Jul 27, 2017
1 parent 9c2706c commit 5f1a293
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ARCharts.podspec.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 5f1a293

Please sign in to comment.