[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / 3 / 7 / FunkyObjC / 1.1 / FunkyObjC.podspec.json
blob234008c472d7a39c4a4408733c75c008e2203d3b
2   "name": "FunkyObjC",
3   "version": "1.1",
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.1"
17   },
18   "header_dir": "Funky",
19   "module_name": "Funky",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Source/Core/**/*",
28       "public_header_files": [
29         "Source/Core/Public/*.h",
30         "Source/Core/Public/**/*.h"
31       ],
32       "private_header_files": [
33         "Source/Core/Private/*.h",
34         "Source/Core/Private/**/*.h"
35       ]
36     },
37     {
38       "name": "Collections",
39       "dependencies": {
40         "FunkyObjC/Core": [
42         ]
43       },
44       "subspecs": [
45         {
46           "name": "Array",
47           "source_files": "Source/Collections/Array/**/*",
48           "public_header_files": [
49             "Source/Collections/Array/*.h",
50             "Source/Collections/Array/**/*.h"
51           ]
52         },
53         {
54           "name": "Set",
55           "source_files": "Source/Collections/Set/**/*",
56           "public_header_files": [
57             "Source/Collections/Set/*.h",
58             "Source/Collections/Set/**/*.h"
59           ]
60         },
61         {
62           "name": "Dictionary",
63           "source_files": "Source/Collections/Dictionary/**/*",
64           "public_header_files": [
65             "Source/Collections/Dictionary/*.h",
66             "Source/Collections/Dictionary/**/*.h"
67           ]
68         }
69       ]
70     },
71     {
72       "name": "Interface",
73       "dependencies": {
74         "FunkyObjC/Core": [
76         ]
77       },
78       "subspecs": [
79         {
80           "name": "Object",
81           "source_files": "Source/Interface/Object/**/*"
82         },
83         {
84           "name": "Array",
85           "source_files": "Source/Interface/Array/**/*"
86         },
87         {
88           "name": "Set",
89           "source_files": "Source/Interface/Set/**/*"
90         },
91         {
92           "name": "Dictionary",
93           "source_files": "Source/Interface/Dictionary/**/*"
94         }
95       ]
96     },
97     {
98       "name": "PrefixedInterface",
99       "dependencies": {
100         "FunkyObjC/Core": [
102         ]
103       },
104       "subspecs": [
105         {
106           "name": "Object",
107           "source_files": "Source/PrefixedInterface/Object/**/*"
108         },
109         {
110           "name": "Array",
111           "source_files": "Source/PrefixedInterface/Array/**/*"
112         },
113         {
114           "name": "Set",
115           "source_files": "Source/PrefixedInterface/Set/**/*"
116         },
117         {
118           "name": "Dictionary",
119           "source_files": "Source/PrefixedInterface/Dictionary/**/*"
120         }
121       ]
122     }
123   ]