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