blob: 6c930a1120064e3aaedb0701d8666257f8b0e6fd [file] [log] [blame]
{
"name": "PBTutorialManager",
"platforms": {
"ios": "8.0"
},
"version": "1.0.4",
"summary": "An easy way to manipulate view targets to create tutorial in your app.",
"description": "This library has been created to create a tutorial in-app for your app. It uses targets view and you can play with these.",
"homepage": "https://github.com/paul1893/PBTutorialManager",
"screenshots": "https://raw.githubusercontent.com/paul1893/PBTutorialManager/master/Screenshots/demo.gif",
"authors": {
"paul1893": "pspol@hotmail.fr"
},
"license": "{ :type => \"MIT\", :file => \"license\" }",
"social_media_url": "https://github.com/paul1893",
"source": {
"git": "https://github.com/paul1893/PBTutorialManager.git",
"tag": "1.0.4"
},
"source_files": "PBTutorialManager/PBTutorialManager/lib/**/*.swift",
"exclude_files": [
"PBTutorialManager/PBTutorialManager/Example/**/*",
"PBTutorialManager/PBTutorialManager/AppDelegate.swift",
"PBTutorialManager/PBTutorialManager/Base.lproj/**/*"
],
"resource_bundles": {
"PBTutorialManager": [
"PBTutorialManager/PBTutorialManager/Ressources/*.otf",
"PBTutorialManager/PBTutorialManager/Assets.xcassets"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"JMHoledView": [
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}