[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / e / 0 / VXWalkthroughViewController / 1.0.16 / VXWalkthroughViewController.podspec.json
blob5ca4ef19437f7ef940107cc7dcb16e2a28cdd99d
2   "name": "VXWalkthroughViewController",
3   "version": "1.0.16",
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.16"
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     "QRCodeReaderViewController": [
34       "~> 4.0.2"
35     ]
36   }