blob: 3429eac2bf033dfc1e874be38ad009c728782cb2 [file] [log] [blame]
{
"name": "NGSTutorial",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Library/**/*.{h,m}",
"public_header_files": "Library/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"JMHoleView": [
],
"Masonry": [
]
}
}