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