| { | |
| "name": "Jolt", | |
| "version": "2.0.0", | |
| "license": "MIT", | |
| "summary": "Swift + Accelerate + A shameless fork from Surge", | |
| "homepage": "https://github.com/TheArtOfEngineering/Jolt", | |
| "authors": { | |
| "Mattt Thompson": "m@mattt.me", | |
| "Tyler Cloutier": "cloutiertyler@aol.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/TheArtOfEngineering/Jolt.git", | |
| "tag": "2.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0", | |
| "osx": "10.9" | |
| }, | |
| "source_files": "Source/*.swift", | |
| "frameworks": "Accelerate", | |
| "requires_arc": true | |
| } |