blob: 47b3326e47dbfceeffb9e873ae4a85899cb92a51 [file] [log] [blame]
{
"name": "BKCloud",
"version": "1.0.5",
"summary": "北控云SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/HoratioRen",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BKSX CN": "bksxapp@163.com"
},
"source": {
"git": "https://github.com/HoratioRen/BKCloud.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BKCloud/BKCloudKit.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
],
"SAMKeychain": [
"~> 1.5.3"
]
},
"subspecs": [
{
"name": "Tools",
"source_files": "BKCloud/Tools/*.{h,m}",
"dependencies": {
"BKCloud/Define": [
],
"BKCloud/Category": [
]
}
},
{
"name": "Category",
"source_files": "BKCloud/Category/*.{h,m}",
"dependencies": {
"BKCloud/Define": [
]
}
},
{
"name": "Define",
"source_files": "BKCloud/BKDefine.h"
}
]
}