blob: 6441681c51f678ee52c751717dfcedde69aa4453 [file] [log] [blame]
{
"name": "LXDCategory",
"version": "2.0.0",
"summary": "A category library.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sindrilin/LXDCategory.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sindrilin": "codersindri@gmail.com"
},
"source": {
"git": "https://github.com/sindrilin/LXDCategory.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LXDCategory/Classes/*",
"public_header_files": "LXDCategory/Classes/**/*.h",
"subspecs": [
{
"name": "LXDCategory",
"dependencies": {
"LXDMacros": [
"~> 2.0.0"
]
}
}
]
}