[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 1 / FogMachine / 4.0.2 / FogMachine.podspec.json
blobaff9486a2777a2094ce03c92f687b5c147ba5f42
2   "name": "FogMachine",
3   "version": "4.0.2",
4   "summary": "iOS Framework for parallel processing",
5   "homepage": "https://github.com/ngageoint/fog-machine",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "NGA": "",
12     "BIT Systems": "",
13     "Scott Wiedemann": "lemmingapex@gmail.com",
14     "Chris Wasko": "cwasko@caci.com"
15   },
16   "social_media_url": "https://twitter.com/NGA_GEOINT",
17   "source": {
18     "git": "https://github.com/ngageoint/fog-machine",
19     "tag": "4.0.2"
20   },
21   "requires_arc": true,
22   "platforms": {
23     "ios": "9.0"
24   },
25   "source_files": "FogMachine/FogMachine/**/*.swift",
26   "resource_bundles": {
27     "FogMachine": [
28       "FogMachine/**/*.plist"
29     ]
30   },
31   "frameworks": "Foundation",
32   "dependencies": {
33     "SwiftEventBus": [
34       "~> 1.1.0"
35     ]
36   }