blob: 055ebc2517d05bab9f870ca7fd52e15d52ce1330 [file] [log] [blame]
{
"name": "PPLib",
"version": "0.0.1",
"summary": "开发过程中的基础类库使用",
"description": "个人在开发过程中方便自己开发的类库以及方法",
"homepage": "https://github.com/xphaijj/PPLib.git",
"license": "MIT",
"authors": {
"項普華": "2112787533@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xphaijj/PPLib.git",
"tag": "0.0.1"
},
"subspecs": [
{
"name": "PPBaseLib",
"source_files": "PPBaseLib/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"2.1.8"
]
}
}
]
}