blob: 9d42192fcf7d91b87cd4584b5a1e3fbb43d36112 [file] [log] [blame]
{
"name": "XFConvenientToolKit",
"version": "0.0.1",
"summary": "该项目是一个开发工具类的集合,目的是提供简化API,减少垃圾代码量,项目随开发过程逐步更新",
"homepage": "https://github.com/XFNicar/XFConvenientToolKit",
"license": "MIT",
"authors": {
"XFNicar": "xuejingwen25@163.com"
},
"social_media_url": "https://xfnicar.github.io/",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/XFNicar/XFConvenientToolKit.git",
"tag": "0.0.1"
},
"source_files": [
"XFConvenientToolKit/XFConvenientToolKit/ConvenientToolKit/Foundation/**/*.{h,m}",
"XFConvenientToolKit/XFConvenientToolKit/ConvenientToolKit/UIKit/**/*.{h,m}"
]
}