[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 2 / f / PBTutorialManager / 1.1.0 / PBTutorialManager.podspec.json
blob24a9278ff0fd91f7ffd7f75dc15865037bfc434e
2   "name": "PBTutorialManager",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "1.1.0",
7   "summary": "An easy way to manipulate view targets to create tutorial in your app.",
8   "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.",
9   "homepage": "https://github.com/paul1893/PBTutorialManager",
10   "screenshots": "https://raw.githubusercontent.com/paul1893/PBTutorialManager/master/Screenshots/demo.gif",
11   "authors": {
12     "paul1893": "pspol@hotmail.fr"
13   },
14   "license": "{ :type => \"MIT\", :file => \"license\" }",
15   "social_media_url": "https://github.com/paul1893",
16   "source": {
17     "git": "https://github.com/paul1893/PBTutorialManager.git",
18     "tag": "1.1.0"
19   },
20   "source_files": "PBTutorialManager/PBTutorialManager/lib/**/*.swift",
21   "exclude_files": [
22     "PBTutorialManager/PBTutorialManager/Assets.xcassets/**/*",
23     "PBTutorialManager/PBTutorialManager/Example/**/*",
24     "PBTutorialManager/PBTutorialManager/AppDelegate.swift",
25     "PBTutorialManager/PBTutorialManager/Base.lproj/**/*"
26   ],
27   "resource_bundles": {
28     "PBTutorialManager": [
29       "PBTutorialManager/PBTutorialManager/Ressources/*.otf"
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "Foundation"
35   ],
36   "dependencies": {
37     "AFCurvedArrowView": [
39     ]
40   },
41   "requires_arc": true,
42   "swift_version": "4.2"