blob: 26c7c90fb48b276cd2e1d1b882f435e7f9d32e89 [file] [log] [blame]
{
"name": "MainPartition",
"version": "1.0.0",
"summary": "MainPartition模块",
"description": "本模块的源码和对应的让外界调用的一个继承机NSObject类,来实现一个创建对象的方法 CTMediator利用runtime自动获取创建方法",
"homepage": "https://github.com/lypcliuli/PartitionDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lypcliuli": "lypcliuli@163.com"
},
"source": {
"git": "https://github.com/lypcliuli/PartitionDemo.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MainPartition/**/*.{h,m}",
"frameworks": "UIKit"
}