[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 6 / f / VirtualGameController / 0.0.5 / VirtualGameController.podspec.json
blobd52223108f39ad7d16576cbd618a979e4320a574
2   "name": "VirtualGameController",
3   "version": "0.0.5",
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.5"
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   }