[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / b / 4 / YDAvoidCrashKit / 0.0.5 / YDAvoidCrashKit.podspec.json
blob39b60d773f8a40ba9d52fca51c652e4018185743
2   "name": "YDAvoidCrashKit",
3   "version": "0.0.5",
4   "summary": "防崩溃、性能检测等",
5   "homepage": "https://github.com/chong2vv/YDAvoidCrashKit",
6   "license": "MIT",
7   "authors": {
8     "王远东": "chong2vv@gmail.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/chong2vv/YDAvoidCrashKit.git",
15     "tag": "0.0.5"
16   },
17   "source_files": [
18     "YDAvoidCrashKit/**/*.{h,m}",
19     "YDAvoidCrashKit/*.{h,m}"
20   ],
21   "public_header_files": [
22     "YDAvoidCrashKit/*.h",
23     "YDAvoidCrashKit/**/*.h",
24     "YDAvoidCrashKit/**/**/*.h"
25   ],
26   "static_framework": true,
27   "requires_arc": true,
28   "frameworks": [
29     "Foundation",
30     "UIKit"
31   ],
32   "dependencies": {
33     "FMDB": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "YDLogger",
40       "libraries": "c++",
41       "source_files": [
42         "YDAvoidCrashKit/YDLogger/*",
43         "YDAvoidCrashKit/YDLogger/**/*.{h,m}"
44       ]
45     }
46   ]