blob: 0b6b19ff7d3fbf2b39ca5bcb75f1392b5764ffbf [file] [log] [blame]
{
"name": "ImageLib",
"version": "0.1.1",
"summary": "MiaoBao SDK of ImageLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/PaperangTeam/iOS_ImageLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Theodore": "hoho.qiu@paperang.com"
},
"source": {
"git": "https://github.com/PaperangTeam/iOS_ImageLib.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"ENABLE_BITCODE": "NO"
},
"source_files": "ImageLib.framework/Headers/*",
"ios": {
"vendored_frameworks": [
"ImageLib.framework"
]
}
}