Skip to content

Commit

Permalink
Merge pull request #22 from Boris-Em/cocoapods
Browse files Browse the repository at this point in the history
Add podspec
  • Loading branch information
chrischute authored Jul 27, 2017
2 parents f6ebf1a + 5f1a293 commit 83740cf
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 83740cf

Please sign in to comment.