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