[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 3 / b / Leaf / 1.3.0 / Leaf.podspec.json
blob199b53980d3930a74a4a3729df594119aa6c0dec
2   "name": "Leaf",
3   "version": "1.3.0",
4   "summary": "Versatile HTTP networking framework written in Swift.",
5   "homepage": "https://github.com/Meniny/Leaf",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Elias Abel": "admin@meniny.cn"
12   },
13   "source": {
14     "git": "https://github.com/Meniny/Leaf.git",
15     "tag": "1.3.0"
16   },
17   "social_media_url": "https://meniny.cn",
18   "swift_versions": "5",
19   "platforms": {
20     "ios": "8.0",
21     "watchos": "2.0",
22     "tvos": "9.0",
23     "osx": "10.10"
24   },
25   "frameworks": "Foundation",
26   "module_name": "Leaf",
27   "default_subspecs": [
28     "Core",
29     "URLSession",
30     "Simple"
31   ],
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Leaf/Core/*.{h,swift}"
36     },
37     {
38       "name": "URLSession",
39       "dependencies": {
40         "Leaf/Core": [
42         ]
43       },
44       "source_files": "Leaf/URLSession/*.{h,swift}"
45     },
46     {
47       "name": "Simple",
48       "dependencies": {
49         "Leaf/Core": [
51         ],
52         "Leaf/URLSession": [
54         ]
55       },
56       "source_files": "Leaf/Simple/*.{h,swift}"
57     }
58   ]