blob: b54c15671f75c1b8e3b6e9fae81e6a65b933eb14 [file] [log] [blame]
{
"name": "StromFacilitate",
"version": "0.1.4",
"summary": "iOS底层常用功能封装",
"homepage": "https://github.com/DouKing/StromFacilitate",
"license": "MIT",
"authors": {
"wuyikai": "wuyikai@secoo.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/DouKing/StromFacilitate.git",
"tag": "0.1.4"
},
"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,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/**/UIColor+STM.{h,m}"
}
]
}