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