blob: 5b36892adceb7a83197de45ff42c2a55fe4bfa9e [file] [log] [blame]
{
"name": "FLADPageView",
"version": "1.0.1",
"summary": "Carousel ad scrollview",
"description": "Carousel AD view support auto-scroll,fetch image from url,support jpg/gif/png.",
"homepage": "https://github.com/FelixLinBH/FLADPageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felix": "fly_81211@hotmail.com"
},
"source": {
"git": "https://github.com/FelixLinBH/FLADPageView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FLADPageView/Classes/**/*",
"resource_bundles": {
"FLADPageView": [
"FLADPageView/Assets/*.png",
"FLADPageView/Assets/*.jpg"
]
},
"public_header_files": "FLADPageView/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
],
"DFImageManager": [
],
"DFImageManager/AFNetworking": [
],
"DFImageManager/GIF": [
]
}
}