blob: 3360cc2157e6cc9fb9af02131ebcf7767aaeed72 [file] [log] [blame]
{
"name": "BLPart",
"version": "0.1.0",
"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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"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": "BLSliderViewController",
"source_files": "BLPart/Classes/BLSliderViewController/**/*"
}
]
}