blob: 3d51b931584045ef84a1fa0a2f1f8b3838b7c2ee [file] [log] [blame]
{
"name": "FastDevTools",
"version": "0.1.0",
"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.1.0"
},
"source_files": [
"**/*.{h,m}",
"**/**/*.{h,mm,cpp,hpp}"
],
"libraries": "c++",
"resources": "Mp3Encode/TestResource/test.pcm",
"ios": {
"vendored_libraries": "Mp3Encode/libLame/libmp3lame.a"
},
"requires_arc": true
}