[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 6 / 3 / 7 / FunkyObjC / 1.3 / FunkyObjC.podspec.json
blobeea038e6484f27ee617aca7b0b7ae631984b1de6
2   "name": "FunkyObjC",
3   "version": "1.3",
4   "summary": "Funky is a collection utility with functional extensions.",
5   "description": "Funky is a utility helper library to help dealing with common array, set and dictionary operations easier. It provides a set of extensions, functional helpers, and even data types to help dealing with nil values in collections. All operations are well unit-tested, so you can rely on the helpers and structures in production code as well.",
6   "homepage": "https://github.com/tevelee/Funky",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Laszlo Teveli": "tevelee@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tevelee/Funky.git",
16     "tag": "1.3"
17   },
18   "header_dir": "Funky",
19   "module_name": "Funky",
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/Core/**/*",
30       "public_header_files": [
31         "Source/Core/Public/*.h",
32         "Source/Core/Public/**/*.h"
33       ],
34       "private_header_files": [
35         "Source/Core/Private/*.h",
36         "Source/Core/Private/**/*.h"
37       ]
38     },
39     {
40       "name": "Collections",
41       "dependencies": {
42         "FunkyObjC/Core": [
44         ]
45       },
46       "subspecs": [
47         {
48           "name": "Array",
49           "source_files": [
50             "Source/Collections/Array/**/*",
51             "Source/Collections/Common/**/*"
52           ],
53           "public_header_files": [
54             "Source/Collections/Array/*.h",
55             "Source/Collections/Array/**/*.h"
56           ]
57         },
58         {
59           "name": "Set",
60           "source_files": [
61             "Source/Collections/Set/**/*",
62             "Source/Collections/Common/**/*"
63           ],
64           "public_header_files": [
65             "Source/Collections/Set/*.h",
66             "Source/Collections/Set/**/*.h"
67           ]
68         },
69         {
70           "name": "Dictionary",
71           "source_files": [
72             "Source/Collections/Dictionary/**/*",
73             "Source/Collections/Common/**/*"
74           ],
75           "public_header_files": [
76             "Source/Collections/Dictionary/*.h",
77             "Source/Collections/Dictionary/**/*.h"
78           ]
79         }
80       ]
81     },
82     {
83       "name": "Interface",
84       "dependencies": {
85         "FunkyObjC/Core": [
87         ]
88       },
89       "subspecs": [
90         {
91           "name": "Object",
92           "source_files": "Source/Interface/Object/**/*"
93         },
94         {
95           "name": "Array",
96           "source_files": "Source/Interface/Array/**/*"
97         },
98         {
99           "name": "Set",
100           "source_files": "Source/Interface/Set/**/*"
101         },
102         {
103           "name": "Dictionary",
104           "source_files": "Source/Interface/Dictionary/**/*"
105         }
106       ]
107     },
108     {
109       "name": "PrefixedInterface",
110       "dependencies": {
111         "FunkyObjC/Core": [
113         ]
114       },
115       "subspecs": [
116         {
117           "name": "Object",
118           "source_files": "Source/PrefixedInterface/Object/**/*"
119         },
120         {
121           "name": "Array",
122           "source_files": "Source/PrefixedInterface/Array/**/*"
123         },
124         {
125           "name": "Set",
126           "source_files": "Source/PrefixedInterface/Set/**/*"
127         },
128         {
129           "name": "Dictionary",
130           "source_files": "Source/PrefixedInterface/Dictionary/**/*"
131         }
132       ]
133     }
134   ]