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