[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / c / a / LVGUtilities / 2.0.1 / LVGUtilities.podspec.json
blob8021e126b426b49aee697d772afc027ad015fe9c
2   "name": "LVGUtilities",
3   "version": "2.0.1",
4   "summary": "Basic Swift utility functions.",
5   "homepage": "https://github.com/letvargo/LVGUtilities",
6   "description": "A group of basic Swift utility functions for performing the following tasks:\n\n - C-pointer bridging",
7   "license": "MIT",
8   "authors": {
9     "letvargo": "letvargo@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/letvargo/LVGUtilities.git",
17     "tag": "2.0.1"
18   },
19   "source_files": "Source/**/*",
20   "requires_arc": true,
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "CBridgingFunctions",
25       "source_files": "Source/CBridgingFunctions.swift"
26     },
27     {
28       "name": "FourCharCodes",
29       "source_files": "Source/FourCharCodeUtilities.swift"
30     },
31     {
32       "name": "CodedPropertyType",
33       "source_files": "Source/CodedPropertyType.swift",
34       "dependencies": {
35         "LVGUtilities/FourCharCodes": [
37         ]
38       }
39     },
40     {
41       "name": "CodedErrorType",
42       "source_files": "Source/CodedErrorType.swift",
43       "dependencies": {
44         "LVGUtilities/FourCharCodes": [
46         ]
47       }
48     }
49   ]