[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 3 / 1 / SafeKit / 1.4.1 / SafeKit.podspec.json
blob3b759069e12b6e24727ddbb4b02dde55b3b66642
2   "name": "SafeKit",
3   "version": "1.4.1",
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.4.1"
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     {
35       "name": "MRC",
36       "requires_arc": false,
37       "compiler_flags": "-ObjC",
38       "dependencies": {
39         "SafeKit/SafeCore": [
41         ]
42       },
43       "source_files": "SafeKit/MRC/*"
44     }
45   ]