blob: 7fbbe495060c98ec29d70efd9b317e5583ef4f20 [file] [log] [blame]
{
"name": "LPDMvvmKit",
"version": "0.8.9",
"summary": "mvvm",
"description": "a framework of mvvm.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/LPD-iOS/lpd-mvvm-kit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"foxsofter": "foxsofter@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LPD-iOS/lpd-mvvm-kit.git",
"tag": "0.8.9",
"submodules": true
},
"requires_arc": true,
"source_files": "LPDMvvmKit/Classes/**/*",
"dependencies": {
"LPDAdditionsKit": [
],
"LPDControlsKit": [
],
"LPDNetworkingKit": [
],
"LPDTableViewKit": [
],
"LPDCollectionViewKit": [
],
"ReactiveObjC": [
],
"MJRefresh": [
]
}
}