[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / f / PBTutorialManager / 1.0.4 / PBTutorialManager.podspec.json
blob6c930a1120064e3aaedb0701d8666257f8b0e6fd
2   "name": "PBTutorialManager",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "1.0.4",
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.0.4"
19   },
20   "source_files": "PBTutorialManager/PBTutorialManager/lib/**/*.swift",
21   "exclude_files": [
22     "PBTutorialManager/PBTutorialManager/Example/**/*",
23     "PBTutorialManager/PBTutorialManager/AppDelegate.swift",
24     "PBTutorialManager/PBTutorialManager/Base.lproj/**/*"
25   ],
26   "resource_bundles": {
27     "PBTutorialManager": [
28       "PBTutorialManager/PBTutorialManager/Ressources/*.otf",
29       "PBTutorialManager/PBTutorialManager/Assets.xcassets"
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "Foundation"
35   ],
36   "dependencies": {
37     "JMHoledView": [
39     ]
40   },
41   "requires_arc": true,
42   "pushed_with_swift_version": "3.0"