[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 2 / e / c / FastDevTools / 0.0.2 / FastDevTools.podspec.json
blob35c8bd2e9d920961b056eeb77a9be3414ea629ca
2   "name": "FastDevTools",
3   "version": "0.0.2",
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.0.2"
20   },
21   "source_files": [
22     "**/*.{h,m}",
23     "**/**/*.{h,m}"
24   ],
25   "exclude_files": "Mp3Encode/Core/Mp3Encoder.{hpp,cpp}",
26   "resources": "Mp3Encode/TestResource/test.pcm",
27   "ios": {
28     "vendored_libraries": "Mp3Encode/libLame/libmp3lame.a"
29   },
30   "requires_arc": true