blob: 821f30c8565581f0109de4f822058f0ca2024ca4 [file] [log] [blame]
{
"name": "LPDMvvmKit",
"version": "0.9.7",
"summary": "Elegant MVVM framework in Objective-C.",
"description": "LPDMvvmKit - Elegant MVVM framework in Objective-C.",
"homepage": "https://github.com/LPD-iOS/LPDMvvmKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"foxsofter": "foxsofter@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LPD-iOS/LPDMvvmKit.git",
"tag": "0.9.7"
},
"requires_arc": true,
"source_files": "LPDMvvmKit/Classes/**/*",
"dependencies": {
"LPDAdditionsKit": [
],
"LPDControlsKit": [
],
"LPDNetworkingKit": [
],
"LPDTableViewKit": [
],
"LPDCollectionViewKit": [
],
"ReactiveObjC": [
],
"MJRefresh": [
]
}
}