blob: a33a96797ef3f6eec3d256c49623c047c76aaede [file] [log] [blame]
{
"name": "BLPart",
"version": "1.1.21",
"summary": "A short description of BLPrat.",
"description": "Add long description of the pod here.",
"homepage": "https://github.com/boundlessocean/BLPart",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fuhaiyang": "fuhaiyang@xycentury.com"
},
"source": {
"git": "https://github.com/boundlessocean/BLPart.git",
"tag": "1.1.21"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "BLBannerView",
"source_files": "BLPart/Classes/BLBannerView/**/*",
"dependencies": {
"AFNetworking": [
],
"Masonry": [
]
}
},
{
"name": "BLHTTPClient",
"source_files": "BLPart/Classes/BLHTTPClient/**/*",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "BLHUDManager",
"source_files": "BLPart/Classes/BLHUDManager/**/*",
"dependencies": {
"MBProgressHUD": [
]
}
},
{
"name": "BLIAPManager",
"source_files": "BLPart/Classes/BLIAPManager/**/*"
},
{
"name": "BLImagePickerController",
"source_files": "BLPart/Classes/BLImagePickerController/**/*"
},
{
"name": "BLPagesViewController",
"source_files": "BLPart/Classes/BLPagesViewController/**/*",
"dependencies": {
"Masonry": [
]
}
}
]
}