blob: e9a3c52c3f566b65ff2027ae9eb48d8e7770297b [file] [log] [blame]
{
"name": "Collection_Functions",
"version": "0.0.1",
"summary": "为Objective-C 集合类扩展一些功能性函数",
"description": "为Objective-C 集合类扩展一些功能性函数",
"homepage": "https://github.com/Ramonfan",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ramonfan": "fqmlemon@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Ramonfan/Collection-Functions.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Collection+Functions/Sources/**/*.{h,m}"
],
"public_header_files": "Collection+Functions/Sources/**/*.h",
"frameworks": "Foundation",
"requires_arc": true
}