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