blob: 79dcb38b7bdc80a7edd03f9d7042f4d4180ad5b0 [file] [log] [blame]
{
"name": "PVOnboardKit",
"platforms": {
"ios": "8.0"
},
"version": "1.0.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.0.0"
},
"source_files": "PVOnboardKit/{PV}*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"TAPageControl": [
]
}
}