blob: 34bfabab7ed36f086a928610b00c720e0beadd8e [file] [log] [blame]
{
"name": "PodspecDemon",
"version": "0.0.2",
"summary": "This is my first",
"platforms": {
"ios": "11.0"
},
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/1874372391/PodspecDemon",
"license": "MIT",
"authors": {
"WanShiTing": "wst18103860994@163.com"
},
"source": {
"git": "https://github.com/1874372391/PodspecDemon.git",
"tag": "0.0.2"
},
"requires_arc": true,
"subspecs": [
{
"name": "Controller",
"source_files": "PodspecDemon/Controller/**/*.{h,m}"
},
{
"name": "Target",
"source_files": "PodspecDemon/Target/**/*.{h,m}",
"dependencies": {
"PodspecDemon/Controller": [
]
}
}
]
}