blob: aac77012c5fc751e6178fa6dd01063f4dbc4b7d8 [file] [log] [blame]
{
"name": "ADGifLoading",
"version": "0.1.1",
"summary": "Add loading indicator using animated GIF to any view with just simple code",
"description": " Show loading indicator\n ```\n [self.view ad_setLoadingImageGifName:@\"run@2x.gif\"];\n [self.view ad_showLoading];\n ```\n Hide loading indicator\n ```\n [self.view ad_hideLoading];\n ```\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/aidenluo177/ADGifLoading",
"license": "MIT",
"authors": {
"aidenluo": "aidenluo177@gmail.com"
},
"source": {
"git": "https://github.com/aidenluo177/ADGifLoading.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"ADGifLoading": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"AnimatedGIFImageSerialization": [
]
}
}