[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 7 / a / AoE / 1.0.0 / AoE.podspec.json
blob087a90f91daca8b9d6498a58055a699f61a68fe7
2   "name": "AoE",
3   "version": "1.0.0",
4   "summary": "AoE",
5   "description": "AoE is AI on Edage",
6   "homepage": "https://github.com/didi/aoe/",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dingc": "dc328466990@163.com"
13   },
14   "source": {
15     "git": "https://github.com/didi/AoE.git",
16     "tag": "1.0.0"
17   },
18   "prefix_header_file": false,
19   "default_subspecs": "Loader",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "iOS/AoE/library/Core/Classes/**/*",
27       "public_header_files": "iOS/AoE/library/Core/Classes/**/*.h",
28       "frameworks": [
29         "Foundation",
30         "UIKit"
31       ]
32     },
33     {
34       "name": "Loader",
35       "platforms": {
36         "ios": "8.0"
37       },
38       "source_files": "iOS/AoE/library/Loader/Classes/**/*",
39       "public_header_files": "iOS/AoE/library/Loader/Classes/**/*.h",
40       "frameworks": [
41         "CoreGraphics",
42         "CoreVideo"
43       ],
44       "dependencies": {
45         "AoE/Core": [
47         ],
48         "JSONModel": [
50         ]
51       }
52     },
53     {
54       "name": "Logger",
55       "platforms": {
56         "ios": "8.0"
57       },
58       "source_files": "iOS/AoE/library/Logger/Classes/**/*",
59       "public_header_files": "iOS/AoE/library/Logger/Classes/**/*.h",
60       "dependencies": {
61         "AoE/Core": [
63         ]
64       }
65     }
66   ]