blob: 369af0463b6963cec1d582bebb51f24d6a650e72 [file] [log] [blame]
{
"name": "SSLFoundation",
"version": "0.0.4",
"summary": "iOS 基础库",
"description": "iOS 基础库,持续更新",
"homepage": "https://github.com/GitHubLcy/SSLFoundation.git",
"license": "MIT",
"authors": {
"SpringSunLcy": "13391550973@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GitHubLcy/SSLFoundation.git",
"tag": "0.0.4"
},
"source_files": "Classes/SSLFoundationHeader.h",
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "UI",
"source_files": "Classes/UI/*.{h,m}"
},
{
"name": "Category",
"source_files": "Classes/Category/*.{h,m}"
}
]
}