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