blob: 4b375026119506797e0aaba45d35e389a0ec35fa [file] [log] [blame]
{
"name": "YLT_BaseLib",
"version": "0.4.0",
"summary": "YLT_BaseLib 基础类库.",
"description": "平时使用的基础方法的类库",
"homepage": "https://github.com/YLTTeam/YLT_BaseLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xphaijj0305@126.com": "xiangph@qtec.cn"
},
"source": {
"git": "https://github.com/YLTTeam/YLT_BaseLib.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"YLT_BaseLib/Classes/**/*.h",
"YLT_BaseLib/Classes/**/*.m"
],
"frameworks": [
"UIKit",
"MapKit",
"CoreTelephony"
],
"dependencies": {
"MJExtension": [
],
"FMDB": [
],
"FastCoding": [
],
"ReactiveObjC": [
]
}
}