blob: 45187183321bbea0e84a9e1e928a1e0a6ac51684 [file] [log] [blame]
{
"name": "TheFirstLib",
"version": "1.0.0",
"summary": "test add spec to cocoapods",
"description": "this is my first lib A short description of TheFirstLib",
"homepage": "https://github.com/yesman317/",
"license": "MIT",
"authors": {
"seanzhu": "seanzhu@tencent.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yesman317/TheFirstLib.git",
"tag": "1.0.0"
},
"source_files": [
"TheFirstLib",
"TheFirstLib/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}