[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / 3 / 7 / FunkyObjC / 1.0 / FunkyObjC.podspec.json
blob3bc5c19846899e653187d3a7b11bbb5d2ea890a9
2   "name": "FunkyObjC",
3   "version": "1.0",
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.0"
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     },
29     {
30       "name": "Collections",
31       "dependencies": {
32         "FunkyObjC/Core": [
34         ]
35       },
36       "subspecs": [
37         {
38           "name": "Array",
39           "source_files": "Source/Collections/Array/**/*"
40         }
41       ]
42     },
43     {
44       "name": "Interface",
45       "dependencies": {
46         "FunkyObjC/Core": [
48         ]
49       },
50       "subspecs": [
51         {
52           "name": "Object",
53           "source_files": "Source/Interface/Object/**/*"
54         },
55         {
56           "name": "Array",
57           "source_files": "Source/Interface/Array/**/*"
58         },
59         {
60           "name": "Set",
61           "source_files": "Source/Interface/Set/**/*"
62         },
63         {
64           "name": "Dictionary",
65           "source_files": "Source/Interface/Dictionary/**/*"
66         }
67       ]
68     }
69   ]