blob: d6de8f73eca19115c39a2ccccc1b5bfaed63d15f [file] [log] [blame]
{
"name": "ImageLib",
"version": "0.1.4",
"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.4"
},
"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"
]
}
}