blob: 2edbc1249e79602d416fd7843ffab0ec98849c9f [file] [log] [blame]
{
"name": "StromFacilitate",
"version": "1.0.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.0.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}"
},
{
"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}"
]
},
{
"name": "Style",
"source_files": "Strom/**/UI{Color,Image}+STM.{h,m}"
}
]
}