blob: 567e0d9a1c2389921da49d908366922bd89ea760 [file] [log] [blame]
{
"name": "RYLiOSFoundationFrameworkKit",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RYLiOSFoundationFrameworkKit/Classes/**/*",
"dependencies": {
"Toast": [
"~> 4.0"
],
"MBProgressHUD": [
"~> 1.1"
],
"YTKNetwork": [
"~> 2.0"
],
"YYModel": [
"~> 1.0"
]
}
}