blob: 61211e5ad79d6b7f28b93845ca7ef9027405d347 [file] [log] [blame]
{
"name": "ELBrowser",
"version": "1.0.1",
"summary": "图片浏览器",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LifeForLove/ELBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LifeForLove": "getElementByYou@163.com"
},
"source": {
"git": "https://github.com/LifeForLove/ELBrowser.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ELBrowser/Classes/**/*",
"resource_bundles": {
"ELBrowser": [
"ELBrowser/Assets/*.png"
]
},
"dependencies": {
"SDWebImage": [
"~> 4.0"
],
"SDWebImage/GIF": [
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Headers/Private/ELBrowser/",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-all_load"
}
}