[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / e / c / FastDevTools / 0.9.3 / FastDevTools.podspec.json
blob3ebe93a14f78e3b51ff08037f77e1a57a5a2aa88
2   "name": "FastDevTools",
3   "version": "0.9.3",
4   "summary": "一些帮助快速开发的工具类for iOS",
5   "homepage": "https://github.com/ysw-hello/FastDevTools",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yanshiwei": "shiwei_work@aliyun.com"
12   },
13   "social_media_url": "https://www.jianshu.com/u/2745b6c5b019",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ysw-hello/FastDevTools.git",
19     "tag": "0.9.3"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "AssetsSave",
25       "source_files": "AssetsSave/*.{h,m}"
26     },
27     {
28       "name": "WaterWave",
29       "source_files": "WaterWave/*.{h,m}"
30     },
31     {
32       "name": "Mp3Encode",
33       "source_files": "Mp3Encode/**/*.{h,mm,cpp,hpp}",
34       "libraries": "c++",
35       "ios": {
36         "vendored_libraries": "Mp3Encode/libLame/libmp3lame.a"
37       },
38       "resources": "Mp3Encode/TestResource/test.pcm"
39     },
40     {
41       "name": "CustomTextField",
42       "source_files": "CustomTextField/*.{h,m}"
43     },
44     {
45       "name": "DebugManager",
46       "source_files": [
47         "DebugManager/DebugController.{h,m}",
48         "DebugManager/**/*.{h,m}",
49         "DebugManager/**/**/*.{h,m}"
50       ],
51       "dependencies": {
52         "FMDB": [
54         ],
55         "AFNetworking": [
57         ],
58         "GCDWebServer": [
60         ],
61         "GCDWebServer/WebUploader": [
63         ],
64         "GCDWebServer/WebDAV": [
66         ],
67         "FastDevTools/CustomTextField": [
69         ],
70         "FLEX": [
72         ]
73       },
74       "libraries": "resolv"
75     }
76   ]