blob: ae283c9e6cb253eb4b3cfc011e3f39a46f054924 [file] [log] [blame]
{
"name": "DYUtils",
"version": "0.0.3",
"summary": "iOS 工具类",
"description": "iOS 常用工具类",
"homepage": "http://git.datayes.com/yiru.huang/DYUtils.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yiru.Huang": "yiru.huang@datayes.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.datayes.com/yiru.huang/DYUtils.git",
"tag": "0.0.3"
},
"source_files": [
"DYUtils/DYUtils.pch",
"DYUtils/Utils/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}