{ | |
"name": "VRPlus", | |
"version": "1.0.0", | |
"summary": "A framework for easy VR integration in iOS applciations.", | |
"homepage": "http://example.com/", | |
"authors": { | |
"Name": "burkhardt.dan@gmail.com" | |
}, | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"platforms": { | |
"ios": "10.2" | |
}, | |
"source": { | |
"http": "http://danburkhardt.com/CS/cs6156/Cocoapods/VRPlus.zip" | |
}, | |
"ios": { | |
"vendored_frameworks": "VRPlus.framework" | |
} | |
} |