-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Boris Emorine
committed
Jul 27, 2017
1 parent
9c2706c
commit 5f1a293
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |