blob: fe9eca0691a8410881bf69eb2919cf704a27e588 [file] [log] [blame]
{
"name": "NGSTutorial",
"version": "1.0.0",
"summary": "Tutorial Controller",
"description": "Framework to build interactive tutorials",
"homepage": "https://github.com/PauliusVindzigelskis/NGSTutorial",
"screenshots": "https://user-images.githubusercontent.com/2383901/33856667-70c34d46-de8e-11e7-9ece-945037ca00de.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paulius Vindzigelskis": "p.vindzigelskis@gmail.com"
},
"source": {
"git": "https://github.com/PauliusVindzigelskis/NGSTutorial.git",
"tag": "R1.0/1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Library/**/*.{h,m}",
"public_header_files": "Library/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"JMHoledView": [
],
"Masonry": [
]
}
}