blob: 93b6f86859f8db1ba0dd66453cc77e41e67abe30 [file] [log] [blame]
{
"name": "CCRuntime",
"version": "2.0.2",
"summary": "CCRuntime is an ObjC wrapper around the Objective-C runtime APIs.",
"description": "CCRuntime is an ObjC wrapper around the Objective-C runtime APIs,\nCCRuntime convert MAObjCRuntime for ARC.",
"homepage": "https://github.com/ccworld1000/CCRuntime",
"license": "BSD",
"authors": {
"CC": "ccworld1000@gmail.com"
},
"social_media_url": "https://github.com/ccworld1000",
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/ccworld1000/CCRuntime.git",
"tag": "2.0.2"
},
"source_files": [
"CCRuntime",
"CCRuntime/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "CCRuntime/**/*.h",
"resources": "LICENSE*",
"requires_arc": true
}