blob: bbd067e5331948f47798808646204f7903f19491 [file] [log] [blame]
{
"name": "StromFacilitate",
"version": "1.3.0",
"summary": "iOS底层常用功能封装",
"homepage": "https://github.com/DouKing/StromFacilitate",
"license": "MIT",
"authors": {
"wuyikai": "wyk8916@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DouKing/StromFacilitate.git",
"tag": "1.3.0",
"submodules": true
},
"source_files": "Strom/Strom-header.h",
"requires_arc": true,
"public_header_files": "Strom/Strom-header.h",
"subspecs": [
{
"name": "Core",
"source_files": [
"Strom/Core/StromCore.h",
"Strom/Core/**/*.{h,m}",
"Strom/Resource/*.bundle"
]
},
{
"name": "Safe",
"source_files": [
"Strom/Swizz/**/*.{h,m}",
"Strom/**/STMObjectRuntime.{h,m}"
]
},
{
"name": "Network",
"source_files": [
"Strom/Network/*.{h,m}",
"Strom/**/STMProxy.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
},
{
"name": "UI",
"source_files": "Strom/UI/*.{h,m}",
"dependencies": {
"StromFacilitate/Core": [
]
}
}
]
}