blob: 4f9f9aa854adf7377e3f68fbb0c518c7f5fe51b0 [file] [log] [blame]
{
"name": "AddCommonKit",
"version": "2.0.1",
"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": "2.0.1"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"default_subspecs": "All",
"prefix_header_contents": "#import \"AddCommonHead.h\"",
"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}",
"AddCommonKit/Util/Network/*.{h,m}",
"AddCommonKit/Util/Common/*.{h,m}",
"AddCommonKit/Util/Views/*.{h,m}",
"AddCommonKit/Util/KTActionSheet/*.{h,m,xib}"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}
]
}