blob: a24b4f8045c13cb803b109c0886ff0d1b04a9b4b [file] [log] [blame]
{
"name": "CocoapodsMakeExample",
"version": "0.0.1",
"summary": "A example of Cocoapods make.",
"description": "Show how to make a Cocoapods.",
"homepage": "https://github.com/AlleniCode/CocoapodsMake.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yutao": "zhangyutao2014@163.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/AlleniCode/CocoapodsMake.git",
"tag": "0.0.1"
},
"source_files": [
"CocoapodsMakeExample",
"CocoapodsMakeExample/CocoapodsMakeExample/Example/*.{h,m}"
],
"exclude_files": "CocoapodsMakeExample/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}