blob: 4dcff0be5208291053c64596f21d87a06221116a [file] [log] [blame]
{
"name": "XDLibrary",
"version": "0.1.3",
"summary": "TestLibrary.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://coding.net/u/ecfire/p/wlfSpecs/git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ECwlf": "631292061@qq.com"
},
"source": {
"git": "https://git.coding.net/ecfire/wlfSpecs.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "iCarousel",
"source_files": "XDLibrary/Classes/iCarousel/**/*",
"public_header_files": "XDLibrary/Classes/iCarousel/**/*.h"
},
{
"name": "XDProgress",
"source_files": "XDLibrary/Classes/XDProgress/**/*",
"public_header_files": "XDLibrary/Classes/XDProgress/**/*.h",
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
}
}
]
}