[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20250118
[CocoaPods.git] / Specs / 7 / 0 / e / FFJLoadButton / 0.1.0 / FFJLoadButton.podspec.json
blobfd0431e48a6e9abb884a7b539f85ab8530ac9b6d
2   "name": "FFJLoadButton",
3   "version": "0.1.0",
4   "summary": "A simple subclass of UIButton that provides animations for loading.",
5   "description": "A simple subclass of UIButton that provides animations for loading, including loading, load succeed, load fail.",
6   "homepage": "https://github.com/fight4j/FFJLoadButton",
7   "license": "MIT",
8   "authors": {
9     "Vito": "zhangchaonb@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/fight4j/FFJLoadButton.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FFJLoadButton": [
22       "Pod/Assets/*.png"
23     ]
24   }