blob: 89cec3bb5cfb24d0af2af9290016e66f36f9e0f1 [file] [log] [blame]
{
"name": "PVOnboardKit",
"platforms": {
"ios": "8.0"
},
"version": "0.2.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/vpeschenkov/PVOnboardKit.git",
"authors": {
"Victor Peschenkov": "nerevarxx@gmail.com"
},
"summary": "Make an app tutorial as easy as possible😎!",
"description": "PVOnboardKit allows to make an tutorial for you app, as easy as possible. As main concept uses UITableView.Also, for more customization PVOnboardKit uses TAPageControl instead of UIPageControl.",
"source": {
"git": "https://github.com/vpeschenkov/PVOnboardKit.git",
"tag": "0.2.0"
},
"source_files": "PVOnboardKit/{PV}*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"TAPageControl": [
]
}
}