blob: 2e26e8df0dfed8ae6105a348090041c1a35afd64 [file] [log] [blame]
{
"name": "OCAnnotation",
"version": "0.0.8",
"summary": "A tool enable Objective-C with the feature of annotation",
"description": "OCAnnotation is a lightweighted framework empowering the Objective-C lauguage with the ability of annotation. As in Java, annotation is a form of syntactic metadata that can be added to the source code. It provides a handy way to apply certain behaviours to related program elements, such as class, methods, etc. By embedding this feature, we could make Objective-C a more flexible language, and bring our iOS development work more convinience and possibilities.",
"homepage": "https://github.com/alibaba/OCAnnotation",
"license": {
"type": "Apache",
"file": "OCAnnotation/LICENCE"
},
"authors": {
"Ant Financial Wealth Mobile Team": "wrshi313@gmail.com"
},
"source": {
"git": "https://github.com/alibaba/OCAnnotation.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OCAnnotation/Sources/**/*"
}