[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / 2 / f / PBTutorialManager / 1.0.3 / PBTutorialManager.podspec.json
blob4105a50bd2f82520be44454ca17b7c6e737b6c4a
2   "name": "PBTutorialManager",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "1.0.3",
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.3"
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     "REIS-Regular": "PBTutorialManager/Ressources/*.otf"
28   },
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "dependencies": {
34     "JMHoledView": [
36     ]
37   },
38   "requires_arc": true