blob: 906fd36120b291800aaa7ea06789e3e02dcbc989 [file] [log] [blame]
{
"name": "PWFUtils",
"version": "0.1.2",
"summary": "A serial of classes to enhance the iOS developers work efficiency.",
"description": "该库把一些常用的工具方法集中起来,方便iOS开发者提高开发效率.对一些基础类,我们以category的方式提供便捷方法.后续会根据需要陆续再加进去一些其它方法.",
"homepage": "https://git.oschina.net/pwf2006/PWFUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pwf2006": "wangmo@eastmoney.com"
},
"source": {
"git": "https://git.oschina.net/pwf2006/PWFUtils.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "PWFUtils/Product/PWFUtils.framework"
},
"libraries": "z"
}