blob: fabe556c40a8c824d7979dfeeff4623a3d722af0 [file] [log] [blame]
{
"name": "OCAnnotation",
"version": "0.0.6",
"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/LICENSE"
},
"authors": {
"Ant Financial Wealth Mobile Team": "wrshi313@gmail.com"
},
"source": {
"git": "https://github.com/alibaba/OCAnnotation.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OCAnnotation/Sources/**/*"
}