blob: bcfc38c565117856b202b0ec380578ca37a9ff77 [file] [log] [blame]
{
"name": "MMPKit",
"version": "0.0.3",
"summary": "MMPKit is very nice!",
"homepage": "https://github.com/slagslag",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guanqiang": "guanqiang@houyicloud.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/slagslag/MMPKit.git",
"tag": "0.0.3"
},
"source_files": "MMPKit/MMPHeader.h",
"public_header_files": "MMPKit/MMPHeader.h",
"dependencies": {
"AFNetworking": [
],
"YYModel": [
]
},
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>"
],
"subspecs": [
{
"name": "Home",
"subspecs": [
{
"name": "Controller",
"source_files": "MMPKit/Home/Controller/*"
},
{
"name": "Model",
"source_files": "MMPKit/Home/Model/*"
},
{
"name": "View",
"source_files": "MMPKit/Home/View/*"
}
]
}
]
}