blob: c84fe8a16da6e75c31f4652516078d477d0fbf33 [file] [log] [blame]
{
"name": "iDevs",
"version": "0.1.0",
"summary": "iOS 工具库合集",
"description": "iOS 工具库开发工具合集",
"homepage": "https://github.com/yaochenfeng/iDevs",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yaochenfeng": "yaochenfeng@bestws.cn"
},
"source": {
"git": "https://github.com/yaochenfeng/iDevs.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "iDevs/Frameworks/*.framework",
"frameworks": [
"AVFoundation",
"AudioToolbox"
],
"libraries": "sqlite3"
},
"resources": "iDevs/Frameworks/ATSDK.framework/Versions/A/Resources/*"
}