[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / 8 / 4 / Symphony / 0.5.0 / Symphony.podspec.json
blob7c06b04e491a1a4f90623199509b3657d601dcd3
2   "name": "Symphony",
3   "version": "0.5.0",
4   "summary": "High-level Networking And Storage Abstraction",
5   "description": "Builds on August and ConvertibleArchiver frameworks to provide a higher-level networking and storage abstraction.",
6   "homepage": "https://github.com/bradhilton/Symphony",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/Symphony.git",
16     "tag": "0.5.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "Symphony",
24     "Symphony/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "AssociatedValues": [
29       "~> 3.0.0"
30     ],
31     "August": [
32       "~> 0.4.3"
33     ],
34     "ConvertibleArchiver": [
35       "~> 0.4.2"
36     ]
37   }