blob: d35e2dc65fffdfd5ecd3f75db1f0b3bfd7b58033 [file] [log] [blame]
{
"name": "CLFoundation",
"version": "1.8.2",
"summary": "CLFoundation of iOS",
"homepage": "https://github.com/CainLuo/CLFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CainLuo": "350116542@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CainLuo/CLFoundation.git",
"tag": "1.8.2"
},
"source_files": [
"CLFoundation",
"CLFoundation/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "CLFoundation+Category",
"source_files": "CLFoundation+Category/**/*.{h,m}"
}
]
}