[Add] TMNavigation 0.0.950
[CocoaPods.git] / Specs / 2 / e / 0 / VXWalkthroughViewController / 1.0.13 / VXWalkthroughViewController.podspec.json
blobf62793d71ce4577fe7360b8010165a0d41415d11
2   "name": "VXWalkthroughViewController",
3   "version": "1.0.13",
4   "summary": "A simple display of walkthroughs in apps.",
5   "homepage": "https://github.com/swiftmanagementag/VXWalkthroughViewController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Graham Lancashire": "lancashire@swift.ch"
12   },
13   "source": {
14     "git": "https://github.com/swiftmanagementag/VXWalkthroughViewController.git",
15     "tag": "1.0.13"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "VXWalkthroughViewController/**/*.{h,m}",
21   "resources": "VXWalkthroughViewController/**/*.{bundle,xib,png,lproj,storyboard}",
22   "resource_bundles": {
23     "VXWalkthroughViewController": [
24       "VXWalkthroughViewController/**/*.{bundle,xib,png,lproj,storyboard}"
25     ]
26   },
27   "requires_arc": true,
28   "frameworks": "QuartzCore",
29   "dependencies": {
30     "Slash": [
31       "~> 0.1"
32     ]
33   }