blob: 104e8f93e3705e860cbc1464acb0f2025260efa4 [file] [log] [blame]
{
"name": "LXDCategory",
"version": "1.0.2",
"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": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LXDCategory/Classes/*",
"public_header_files": "LXDCategory/Classes/**/*.h",
"subspecs": [
{
"name": "LXDCategory",
"dependencies": {
"LXDMacros": [
"~> 0.1.4"
]
}
}
]
}