[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / c / b / 4 / YDAvoidCrashKit / 0.0.6 / YDAvoidCrashKit.podspec.json
blob2d6f4cf33e2b5a77e6b599179db4e4a7a928e1c6
2   "name": "YDAvoidCrashKit",
3   "version": "0.0.6",
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.6"
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   "subspecs": [
33     {
34       "name": "YDLogger",
35       "libraries": "c++",
36       "source_files": [
37         "YDAvoidCrashKit/YDLogger/*",
38         "YDAvoidCrashKit/YDLogger/**/*.{h,m}"
39       ]
40     }
41   ]