blob: 5c24d6d40315c43f2094d6b417ef317a98960845 [file] [log] [blame]
{
"name": "CLRuntimeKit",
"version": "1.0.1",
"summary": "基于runtime 封装的Framework",
"description": "这是一个runtimeKit 框架 runtimeKit ,基于runtime 封装的Framework",
"homepage": "https://github.com/yuanmenglong886/runtimeKit",
"license": "MIT",
"authors": {
"yuanmenglong886": "yuanmenglong886@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yuanmenglong886/runtimeKit.git",
"tag": "1.0.1"
},
"source_files": [
"runtimeKit/*.{h,m}",
"runtimeKit/runtimeKit.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"CoreGraphics",
"CoreFoundation",
"UIKit",
"Foundation"
],
"requires_arc": true
}