blob: 49f55efc8282f2d995516198f85aafa9f8c8ce37 [file] [log] [blame]
{
"name": "FastDevTools",
"version": "0.4.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.4.2"
},
"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"
},
{
"name": "CustomTextField",
"source_files": "CustomTextField/*.{h,m}"
},
{
"name": "DebugManager",
"source_files": [
"DebugManager/DebugController.{h,m}",
"DebugManager/**/*.{h,m}"
],
"dependencies": {
"FMDB": [
"~> 2.7.2"
],
"AFNetworking": [
"~> 3.2.1"
],
"GCDWebServer": [
"~> 3.0"
],
"GCDWebServer/WebUploader": [
"~> 3.0"
],
"GCDWebServer/WebDAV": [
"~> 3.0"
]
}
}
]
}