blob: fd0431e48a6e9abb884a7b539f85ab8530ac9b6d [file] [log] [blame]
{
"name": "FFJLoadButton",
"version": "0.1.0",
"summary": "A simple subclass of UIButton that provides animations for loading.",
"description": "A simple subclass of UIButton that provides animations for loading, including loading, load succeed, load fail.",
"homepage": "https://github.com/fight4j/FFJLoadButton",
"license": "MIT",
"authors": {
"Vito": "zhangchaonb@gmail.com"
},
"source": {
"git": "https://github.com/fight4j/FFJLoadButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FFJLoadButton": [
"Pod/Assets/*.png"
]
}
}