blob: 2b790e52b160dabe90f1482f58ca145825ce6082 [file] [log] [blame]
{
"name": "FogMachine",
"version": "4.0.3",
"summary": "iOS Framework for parallel processing",
"homepage": "https://github.com/ngageoint/fog-machine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NGA": "",
"BIT Systems": "",
"Scott Wiedemann": "lemmingapex@gmail.com",
"Chris Wasko": "cwasko@caci.com"
},
"social_media_url": "https://twitter.com/NGA_GEOINT",
"source": {
"git": "https://github.com/ngageoint/fog-machine",
"tag": "4.0.3"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "FogMachine/FogMachine/**/*.swift",
"resource_bundles": {
"FogMachine": [
"FogMachine/**/*.plist"
]
},
"frameworks": "Foundation",
"dependencies": {
"SwiftEventBus": [
"~> 1.1.0"
]
}
}