blob: 1b7f7b6ae1ce21a66e8ab35ba9eb467dc12c9f1a [file] [log] [blame]
{
"name": "ARComposing",
"summary": "Quick Layout Engine.",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ArchyVan": "2440938213@qq.com"
},
"homepage": "https://github.com/ArchyVan/ARReader",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ArchyVan/ARReader.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "ARReader/ARComposing/**/*.{h,m}",
"public_header_files": "ARReader/ARComposing/**/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore"
]
}