blob: 45cf963bcf8e6e38eef98d9087545bd5f4344dca [file] [log] [blame]
{
"name": "LJCategories",
"version": "0.0.1",
"summary": "A framework that encapsulates the common methods for developing iOS.",
"homepage": "https://github.com/LiuJinGH/LJCategories",
"license": "MIT",
"authors": {
"Lucky Liu": "liujincat@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LiuJinGH/LJCategories.git",
"tag": "0.0.1"
},
"source_files": "LJCategories/**/*.{h,m}",
"public_header_files": "LJCategories/**/*.{h}",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreFoundation"
]
}