blob: 73dd051c7807e605c986a4a6473dc3d13d79408e [file] [log] [blame]
{
"name": "project-Vender",
"version": "1.0.4",
"license": "MIT",
"summary": "Some common components that you encapsulate yourself.",
"homepage": "https://github.com/qiancaox/project-Vender.git",
"social_media_url": "https://github.com/qiancaox/project-Vender.git",
"authors": {
"qiancaox": "http://qiancaox.top/"
},
"source": {
"git": "https://github.com/qiancaox/project-Vender.git",
"tag": "1.0.4",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Activity",
"dependencies": {
"project-Normal": [
]
},
"source_files": "project-Vender/Vender/Activity/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Networking",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
},
"source_files": "project-Vender/Vender/Networking/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "NumberDecimal",
"source_files": "project-Vender/Vender/NumberDecimal/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Toast",
"dependencies": {
"project-Normal": [
]
},
"source_files": "project-Vender/Vender/Toast/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "Timer",
"source_files": "project-Vender/Vender/Timer/*.{h,m}",
"frameworks": "Foundation"
}
]
}