[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / Leeloo / 0.4.0 / Leeloo.podspec.json
blobc0389bec5bc6354ba01630fc0db6d34da072d848
2   "name": "Leeloo",
3   "module_name": "Leeloo",
4   "version": "0.4.0",
5   "homepage": "https://github.com/maxsokolov/Leeloo",
6   "summary": "Pluggable generic http client. Swifty and supereasy to use.",
7   "authors": {
8     "Max Sokolov": "https://twitter.com/max_sokolov"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "Sources/*.swift",
18   "source": {
19     "git": "https://github.com/maxsokolov/Leeloo.git",
20     "tag": "0.4.0"
21   },
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0"
25     ]
26   },
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "dependencies": {
32         "Alamofire": [
33           "~> 4.0"
34         ]
35       },
36       "source_files": "Sources/*.swift"
37     },
38     {
39       "name": "Unbox",
40       "dependencies": {
41         "Leeloo/Core": [
43         ],
44         "Unbox": [
45           "~> 2.0"
46         ]
47       },
48       "source_files": "Plugins/Unbox/*.swift"
49     }
50   ]