{ | |
"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" | |
] | |
} |