blob: 11db09cd833831c116c2fef54f18a5ef2e79b6f7 [file] [log] [blame]
{
"name": "MTAladdinTestCocoaPods",
"version": "1.0.0",
"summary": "了解github库如何支持CocoaPods导入",
"homepage": "https://github.com/MenThu/TestCocoapods",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MenThu": "422729946@qq.com"
},
"source": {
"git": "https://github.com/MenThu/TestCocoapods.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "MTAladdinTestCocoaPods/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}