blob: 251c94b2a47eb5180f80fc24134b45cd16cebc3a [file] [log] [blame]
{
"name": "HHPlateNum",
"version": "0.0.3",
"summary": "A short description of HHPlateNum.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/jiangmingming/HHPlateNum.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"蒋明明": "jiangmm@bnd.com"
},
"source": {
"git": "https://gitee.com/jiangmingming/HHPlateNum.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"libraries": [
"xml2",
"iconv.2.4.0"
],
"resources": "**/*.bundle",
"frameworks": [
"AVFoundation",
"CoreMedia"
],
"subspecs": [
{
"name": "HHPlateNumController",
"source_files": "HHPlateNum/Classes/HHPlateNumController/*"
},
{
"name": "Libs",
"vendored_libraries": "HHPlateNum/Classes/Libs/*.a",
"source_files": "HHPlateNum/Classes/Libs/*"
},
{
"name": "View",
"source_files": "HHPlateNum/Classes/View/*"
}
]
}