blob: 2d6844612b45dfe5ee5d061c456874f3c7249598 [file] [log] [blame]
{
"name": "LPDMvvmKit",
"version": "0.9.9",
"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.9"
},
"requires_arc": true,
"source_files": "LPDMvvmKit/Classes/**/*",
"dependencies": {
"LPDAdditionsKit": [
],
"LPDControlsKit": [
],
"LPDNetworkingKit": [
],
"LPDTableViewKit": [
],
"LPDCollectionViewKit": [
],
"ReactiveObjC": [
],
"MJRefresh": [
]
}
}