[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / e / a / Aletheia / 1.0.0 / Aletheia.podspec.json
blobf726a3ac198f2a318ceee001d9186bcade255101
2   "name": "Aletheia",
3   "version": "1.0.0",
4   "summary": "A bunch of helper code for swift projcect include network, log, and cache layer.",
5   "description": "Helper function is always useful for any project, such as frame size, string, date convertion.\n\nThis framework is used for my porject for quick and safy develope. My goal of this project will includes network,\n\ncache, log and some basic UI component.",
6   "homepage": "https://github.com/5SMNOONMS5/Aletheia",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chen stephen": "tasb00429@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/5SMNOONMS5/Aletheia.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "cocoapods_version": ">= 1.4.0",
22   "default_subspecs": "Core",
23   "swift_versions": "4.2",
24   "source_files": "Aletheia/Classes/**/*",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Aletheia/Classes/",
30         "Aletheia/Classes/Plugins/"
31       ],
32       "dependencies": {
33         "Alamofire": [
34           "4.8.0"
35         ],
36         "Kingfisher": [
37           "4.10.0"
38         ],
39         "Log": [
41         ]
42       },
43       "frameworks": "Foundation"
44     }
45   ],
46   "swift_version": "4.2"