[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 8 / 2 / CustomLoader / 1.1.0 / CustomLoader.podspec.json
blob77fbc9e99f540b5f118aaba0a20e9dd343632e93
2   "name": "CustomLoader",
3   "version": "1.1.0",
4   "summary": "Custom loader system for iOS",
5   "description": "Custom loader system for iOS that provide default loaders\nand a way to display a custom loader",
6   "homepage": "https://github.com/fritzgerald/CustomLoader",
7   "screenshots": [
8     "https://github.com/fritzgerald/screenshots/raw/master/CustomLoader/Capture1.png",
9     "https://github.com/fritzgerald/screenshots/raw/master/CustomLoader/Capture2.png",
10     "https://github.com/fritzgerald/screenshots/raw/master/CustomLoader/Capture3.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "MUISEROUX Fritzgerald": "f.muiseroux@gmail.com"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source": {
23     "git": "https://github.com/fritzgerald/CustomLoader.git",
24     "tag": "1.1.0"
25   },
26   "source_files": [
27     "Source/",
28     "Source/**/*.{h,m}"
29   ]