[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 2 / e / c / FastDevTools / 0.7.3 / FastDevTools.podspec.json
blobf6d0882ae1213ec0bc6577b870b059cf7cfdc2cb
2   "name": "FastDevTools",
3   "version": "0.7.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.7.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       ],
50       "dependencies": {
51         "FMDB": [
53         ],
54         "AFNetworking": [
56         ],
57         "GCDWebServer": [
59         ],
60         "GCDWebServer/WebUploader": [
62         ],
63         "GCDWebServer/WebDAV": [
65         ],
66         "FastDevTools/CustomTextField": [
68         ]
69       }
70     }
71   ]