blob: a4ec48ccdc88610f90ce8ef70702f21557783698 [file] [log] [blame]
{
"name": "NGSTutorial",
"version": "0.1.0",
"summary": "Tutorial Controller",
"description": "Framework to build interactive tutorials",
"homepage": "https://github.com/PauliusVindzigelskis/NGSTutorial",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paulius Vindzigelskis": "p.vindzigelskis@gmail.com"
},
"source": {
"git": "https://github.com/PauliusVindzigelskis/NGSTutorial.git",
"tag": "R0.1/0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Library/**/*.{h,m}",
"public_header_files": "Library/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"JMHoleView": [
],
"Masonry": [
]
}
}