blob: 3e16f005abf8b0b7d7abbb6b21ee2f4d7fdd3677 [file] [log] [blame]
{
"name": "JChenISGood",
"version": "1.0",
"summary": "this is my first podspec Project",
"description": "this is my first podspec project description#这个描述一定要写",
"homepage": "https://github.com/Gayle448/JChenISGood",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jane": "1129133995@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Gayle448/JChenISGood.git",
"tag": "1.0"
},
"source_files": [
"JChenISGood",
"JChenISGood/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"ios": {
"frameworks": "UIKit"
}
}