blob: 35c8bd2e9d920961b056eeb77a9be3414ea629ca [file] [log] [blame]
{
"name": "FastDevTools",
"version": "0.0.2",
"summary": "一些帮助快速开发的工具类for iOS",
"homepage": "https://github.com/ysw-hello/FastDevTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yanshiwei": "shiwei_work@aliyun.com"
},
"social_media_url": "https://www.jianshu.com/u/2745b6c5b019",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ysw-hello/FastDevTools.git",
"tag": "0.0.2"
},
"source_files": [
"**/*.{h,m}",
"**/**/*.{h,m}"
],
"exclude_files": "Mp3Encode/Core/Mp3Encoder.{hpp,cpp}",
"resources": "Mp3Encode/TestResource/test.pcm",
"ios": {
"vendored_libraries": "Mp3Encode/libLame/libmp3lame.a"
},
"requires_arc": true
}