{ | |
"name": "TestUploadCocoapods", | |
"version": "0.0.2", | |
"summary": "第二个版本", | |
"description": "第二个版本描述", | |
"homepage": "https://github.com/lsc01/TestUploadCocoapods", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"lsc": "942776524@qq.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/lsc01/TestUploadCocoapods.git", | |
"tag": "v0.0.2" | |
}, | |
"source_files": "CocoapodsFile/*.{h,m}", | |
"requires_arc": true, | |
"frameworks": "UIKit" | |
} |