blob: b0976e49c653de16a782ca8bc0ad5d73108d9ec2 [file] [log] [blame]
{
"name": "StromFacilitate",
"version": "1.1.0",
"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.0"
},
"source_files": "Strom/Strom-header.h",
"requires_arc": true,
"public_header_files": "Strom/Strom-header.h",
"subspecs": [
{
"name": "Foundation",
"source_files": [
"Strom/**/NS{String,Data,Dictionary}+STM.{h,m}",
"Strom/**/NSString+Hash.{h,m}"
]
},
{
"name": "Swizz",
"source_files": [
"Strom/**/NS{Array,MutableArray,Dictionary,MutableDictionary}+STM.{h,m}",
"Strom/**/STMObjectRuntime.{h,m}"
]
},
{
"name": "Utilities",
"source_files": "Strom/**/STMObjectRuntime.{h,m}"
},
{
"name": "Config",
"source_files": "Strom/**/STMConfiguration.{h,m}"
},
{
"name": "Security",
"source_files": [
"Strom/**/STMRSAEncryptor.{h,m}",
"Strom/**/NSString+STM.{h,m}",
"Strom/**/EncryptionTools.{h,m}",
"Strom/**/RSACryptor.{h,m}"
]
},
{
"name": "Style",
"source_files": "Strom/**/UI{Color,Image}+STM.{h,m}"
},
{
"name": "UI",
"source_files": [
"Strom/**/UI{TextField}+STM.{h,m}",
"Strom/**/STMObjectRuntime.{h,m}"
]
}
]
}