blob: 1ddd3d92b43396381317ba04fd1e36c0456cf383 [file] [log] [blame]
{
"name": "extobjc",
"version": "0.0.1",
"summary": "Extended Objective-C.",
"description": "The Extended Objective-C library extends the dynamism of the Objective-C programming language to support additional patterns present in other programming languages (including those that are not necessarily object-oriented).",
"homepage": "https://github.com/silence0201/extobjc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silence": "374619540@qq.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/silence0201/extobjc.git",
"tag": "1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h",
"requires_arc": true
}