blob: 294690df704deb4559681232f2c3968b5818a6eb [file] [log] [blame]
{
"name": "project-Vender",
"version": "1.0.0",
"license": "MIT",
"summary": "Some common components that you encapsulate yourself.",
"homepage": "https://github.com/qiancaox/project-Vender",
"social_media_url": "https://github.com/qiancaox/project-Vender",
"authors": {
"qiancaox": "http://qiancaox.top/"
},
"source": {
"git": "https://github.com/qiancaox/project-Vender.git",
"tag": "1.0.0",
"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"
]
}
]
}