blob: 37130e5df8b068c1e442d1eaf09d909a098eb692 [file] [log] [blame]
{
"name": "PBTutorialManager",
"version": "1.0.1",
"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",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/paul1893/PBTutorialManager.git",
"tag": "1.0.1"
},
"ios": {
"source_files": "PBTutorialManager/**/*.{swift}"
},
"exclude_files": [
"PBTutorialManager/Example/**/*",
"PBTutorialManager/AppDelegate.swift",
"PBTutorialManager/Base.lproj/**/*"
],
"resource_bundles": {
"REIS-Regular": "PBTutorialManager/Ressources/*.otf"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"JMHoledView": [
]
},
"requires_arc": true
}