blob: bd968f90c66c324e7d440c19b2f6371a8fb22b99 [file] [log] [blame]
{
"name": "RYLiOSFoundationFrameworkKit",
"version": "0.1.0",
"summary": "一个iOS app快速开发框架及工具集",
"description": "需要在使用此库的Podfile文件开头出加入索引源:\nsource 'https://github.com/CocoaPods/Specs.git'",
"homepage": "https://github.com/Ryan-Lee/RYLiOSFoundationFrameworkKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MatriksZ": "614455714@qq.com"
},
"source": {
"git": "https://github.com/Ryan-Lee/RYLiOSFoundationFrameworkKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RYLiOSFoundationFrameworkKit/Classes/**/*",
"dependencies": {
"Toast": [
],
"MBProgressHUD": [
],
"YTKNetwork": [
],
"YYModel": [
]
}
}