[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / c / a / LVGUtilities / 0.2.1 / LVGUtilities.podspec.json
blobe27ad41f720ac7347f7a6cf3aaf78da5f15fad17
2   "name": "LVGUtilities",
3   "version": "0.2.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     "Aaron Rasmussen": "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": "0.2.1"
18   },
19   "source_files": "Source/**/*",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "CBridgingFunctions",
24       "source_files": "Source/CBridgingFunctions.swift"
25     },
26     {
27       "name": "FourCharCodes",
28       "source_files": "Source/FourCharCodeUtilities.swift"
29     },
30     {
31       "name": "CodedPropertyType",
32       "source_files": "Source/CodedPropertyType.swift",
33       "dependencies": {
34         "LVGUtilities/FourCharCodes": [
36         ]
37       }
38     },
39     {
40       "name": "CodedErrorType",
41       "source_files": "Source/CodedErrorType.swift",
42       "dependencies": {
43         "LVGUtilities/FourCharCodes": [
45         ]
46       }
47     }
48   ]