[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 8 / e / LoaderAnimation / 0.7.0 / LoaderAnimation.podspec.json
blob92962105cb6f5ffcb1916579f837a8e8f91b0ba6
2   "name": "LoaderAnimation",
3   "version": "0.7.0",
4   "summary": "Add AMnimation on Loader.",
5   "swift_versions": "5.0",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/sunitamoond/LoaderAnimation",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "sunitamnit@gmail.com": "sunitamnit@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/sunitamoond/LoaderAnimation.git",
17     "tag": "0.7.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": [
23     "Basic",
24     "Modules"
25   ],
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Basic",
30       "source_files": [
31         "*.swift",
32         "Extensions/*.swift"
33       ]
34     },
35     {
36       "name": "Modules",
37       "source_files": "Module/*.swift"
38     }
39   ]