[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 3 / 1 / SafeKit / 1.2.0 / SafeKit.podspec.json
blob53d2f174e78e4480e338d8a3179effea4850e044
2   "name": "SafeKit",
3   "version": "1.2.0",
4   "summary": "iOS safe kit.Never crash",
5   "homepage": "https://github.com/JJMM/SafeKit",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "JJMM": "iosdes@163.com"
9   },
10   "source": {
11     "git": "https://github.com/JJMM/SafeKit.git",
12     "tag": "1.2.0"
13   },
14   "frameworks": "Foundation",
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "SafeKit/*",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Foundation",
23       "dependencies": {
24         "SafeKit/SafeCore": [
26         ]
27       },
28       "source_files": "SafeKit/Foundation/*"
29     },
30     {
31       "name": "SafeCore",
32       "source_files": "SafeKit/SafeCore/*"
33     }
34   ]