blob: 2ed68c5ad7da94a356544aa522c4f78e69e1c5b0 [file] [log] [blame]
{
"name": "XZHDemo",
"version": "0.1.0",
"summary": "XZHDemo test for cocoapods.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://coding.net/u/xuzhenhao/p/XZHDemo/git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuzhenhao": "632476744@qq.com"
},
"source": {
"git": "https://git.coding.net/xuzhenhao/XZHDemo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.2"
},
"source_files": "XZHDemo/Classes/**/*",
"subspecs": [
{
"name": "BKNetwork",
"source_files": "XZHDemo/Classes/Networking/**/*"
}
]
}