blob: 04e15c84776071ba1a253d85815d64868af3c61b [file] [log] [blame]
{
"name": "ELBrowser",
"version": "1.0.3",
"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.3"
},
"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"
}
}