blob: 967184ee6ee69208342ccb036c2c1a26011e6cae [file] [log] [blame]
{
"name": "JChenISGood",
"version": "1.1",
"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.1"
},
"source_files": [
"JChenISGood",
"JChenISGood/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}