blob: 366ec4a60c07ec842c781c5c07d4d236dab52f7b [file] [log] [blame]
{
"name": "MSProfessorSDK",
"version": "0.0.2",
"summary": "MSProfessorSDK 插件",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/7General",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wanghuizhou21@163.com": "wanghuizhou@guazi.com"
},
"source": {
"git": "https://github.com/7General/MSProfessorSDK.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MSProfessorSDK/Classes/MSProfessor.h",
"subspecs": [
{
"name": "fps",
"source_files": "MSProfessorSDK/Classes/fps/*.{h,m}"
},
{
"name": "uiview",
"source_files": "MSProfessorSDK/Classes/uiview/*.{h,m}"
},
{
"name": "llvm",
"source_files": "MSProfessorSDK/Classes/llvm/*.{h,m}"
}
]
}