blob: f687bf20234d7e807583938bc0d18ab5db04e016 [file] [log] [blame]
{
"name": "AddCommonKit",
"version": "1.0.0",
"summary": "A short description of AddCommonKit.",
"platforms": {
"ios": "9.0"
},
"homepage": "https://github.com/huangfangkai/AddCommonKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HFK": "416567352@qq.com"
},
"source": {
"git": "https://github.com/huangfangkai/AddCommonKit.git",
"tag": "1.0.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"default_subspecs": "All",
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
],
"FLEX": [
],
"Masonry": [
"~> 1.1.0"
],
"BlocksKit": [
"~> 2.2.5"
],
"TTTAttributedLabel": [
"~> 1.10.1"
],
"MBProgressHUD": [
"~> 1.1.0"
]
},
"subspecs": [
{
"name": "All",
"dependencies": {
"AddCommonKit/Util": [
]
}
},
{
"name": "Util",
"source_files": "AddCommonKit/Util/*.{h,m}"
}
]
}