blob: 83e96343d74d3e8ef0cd0145707da667bac5c041 [file] [log] [blame]
{
"name": "SpeedyKit",
"version": "1.1.1",
"summary": "便捷工具库,目的是提供简化API,减少垃圾代码量,随项目开发过程逐步更新",
"homepage": "https://github.com/SpeedyKit/SpeedyKit",
"license": "MIT",
"authors": {
"Fei.Xie": "xuejingwen25@163.com"
},
"social_media_url": "https://xfnicar.github.io/",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/SpeedyKit/SpeedyKit.git",
"tag": "1.1.1"
},
"source_files": [
"SpeedyKit/SpeedyKit/UIKit/**/*.{h,m}",
"SpeedyKit/SpeedyKit/Foundation/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}