[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 2 / 6 / f / VirtualGameController / 0.0.7 / VirtualGameController.podspec.json
blob3a3078181dac9d15fef1a5771b364ee3b899c929
2   "name": "VirtualGameController",
3   "version": "0.0.7",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Feature-rich game controller framework for iOS, tvOS, OS X and watchOS in Swift 2.1.",
9   "homepage": "https://github.com/robreuss/VirtualGameController",
10   "authors": {
11     "robreuss": "digitreuss@gmail.comj"
12   },
13   "social_media_url": "http://twitter.com/robreuss",
14   "source": {
15     "git": "https://github.com/robreuss/VirtualGameController.git",
16     "tag": "0.0.7"
17   },
18   "source_files": "Source/**/*.swift",
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0",
22     "osx": "10.10"
23   },
24   "tvos": {
25     "exclude_files": "Source/**/VgcCentralPublisherWatch.swift"
26   },
27   "osx": {
28     "exclude_files": [
29       "Source/**/VgcCentralPublisherWatch.swift",
30       "Source/**/VgcCentralViewController.swift",
31       "Source/**/VgcSharedViews.swift",
32       "Source/**/VgcWatchConnectivity.swift"
33     ]
34   }