blob: fd70d8d1355741bd8288cf1f2ed4f8bf49ca06d5 [file] [log] [blame]
{
"name": "PVOnboardKit",
"platforms": {
"ios": "8.0"
},
"version": "1.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/vpeschenkov/PVOnboardKit.git",
"authors": {
"Victor Peschenkov": "nerevarxx@gmail.com"
},
"summary": "Framework which allows you adding your own tutorial into your app.",
"source": {
"git": "https://github.com/vpeschenkov/PVOnboardKit.git",
"tag": "1.1.0"
},
"source_files": "PVOnboardKit/{PV}*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"TAPageControl": [
]
}
}