blob: 4ca9bd66bb8e14ecd7a8a4f3c5cf724e254a8fed [file] [log] [blame]
{
"name": "StromFacilitate",
"version": "1.1.4",
"summary": "iOS底层常用功能封装",
"homepage": "https://github.com/DouKing/StromFacilitate",
"license": "MIT",
"authors": {
"wuyikai": "wyk8916@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/DouKing/StromFacilitate.git",
"tag": "1.1.4"
},
"source_files": "Strom/Strom-header.h",
"requires_arc": true,
"public_header_files": "Strom/Strom-header.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "Strom/Foundation/**/*.{h,m}"
},
{
"name": "App",
"source_files": [
"Strom/App/**/*.{h,m}",
"Strom/Resource/*.bundle",
"Strom/Foundation/**/NSBundle+STM.{h,m}"
]
},
{
"name": "Swizz",
"source_files": [
"Strom/Swizz/**/*.{h,m}",
"Strom/**/STMObjectRuntime.{h,m}"
]
},
{
"name": "Utilities",
"source_files": "Strom/Utilities/*.{h,m}"
},
{
"name": "Config",
"source_files": "Strom/Config/*.{h,m}"
},
{
"name": "Security",
"source_files": [
"Strom/Security/*.{h,m}",
"Strom/**/NSString+STM.{h,m}",
"Strom/**/NSString+Hash.{h,m}"
]
},
{
"name": "UI",
"source_files": [
"Strom/UI/*.{h,m}",
"Strom/Style/*.{h,m}",
"Strom/**/STMObjectRuntime.{h,m}"
]
}
]
}