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