[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / 3 / 7 / FunkyObjC / 1.2 / FunkyObjC.podspec.json
blobc2988f29367a0ead980811969dd1d781288303f2
2   "name": "FunkyObjC",
3   "version": "1.2",
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.2"
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": "Source/Collections/Array/**/*",
50           "public_header_files": [
51             "Source/Collections/Array/*.h",
52             "Source/Collections/Array/**/*.h"
53           ]
54         },
55         {
56           "name": "Set",
57           "source_files": "Source/Collections/Set/**/*",
58           "public_header_files": [
59             "Source/Collections/Set/*.h",
60             "Source/Collections/Set/**/*.h"
61           ]
62         },
63         {
64           "name": "Dictionary",
65           "source_files": "Source/Collections/Dictionary/**/*",
66           "public_header_files": [
67             "Source/Collections/Dictionary/*.h",
68             "Source/Collections/Dictionary/**/*.h"
69           ]
70         }
71       ]
72     },
73     {
74       "name": "Interface",
75       "dependencies": {
76         "FunkyObjC/Core": [
78         ]
79       },
80       "subspecs": [
81         {
82           "name": "Object",
83           "source_files": "Source/Interface/Object/**/*"
84         },
85         {
86           "name": "Array",
87           "source_files": "Source/Interface/Array/**/*"
88         },
89         {
90           "name": "Set",
91           "source_files": "Source/Interface/Set/**/*"
92         },
93         {
94           "name": "Dictionary",
95           "source_files": "Source/Interface/Dictionary/**/*"
96         }
97       ]
98     },
99     {
100       "name": "PrefixedInterface",
101       "dependencies": {
102         "FunkyObjC/Core": [
104         ]
105       },
106       "subspecs": [
107         {
108           "name": "Object",
109           "source_files": "Source/PrefixedInterface/Object/**/*"
110         },
111         {
112           "name": "Array",
113           "source_files": "Source/PrefixedInterface/Array/**/*"
114         },
115         {
116           "name": "Set",
117           "source_files": "Source/PrefixedInterface/Set/**/*"
118         },
119         {
120           "name": "Dictionary",
121           "source_files": "Source/PrefixedInterface/Dictionary/**/*"
122         }
123       ]
124     }
125   ]