[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / b / e / KJLoading / 1.2.3 / KJLoading.podspec.json
blob1eb0d126f9b0d33db96de5a1a660f79aca8874f2
2   "name": "KJLoading",
3   "version": "1.2.3",
4   "summary": "Loading Animation.",
5   "homepage": "https://github.com/yangKJ/KJLoadingDemo",
6   "license": "Copyright (c) 2019 77",
7   "authors": {
8     "77": "393103982@qq.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://github.com/yangKJ/KJLoadingDemo.git",
15     "tag": "1.2.3"
16   },
17   "social_media_url": "https://www.jianshu.com/u/c84c00476ab6",
18   "requires_arc": true,
19   "default_subspecs": "KJLoading",
20   "ios": {
21     "source_files": "KJLoadingDemo/KJLoadingHeader.h"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreText"
27   ],
28   "subspecs": [
29     {
30       "name": "KJLoading",
31       "source_files": "KJLoadingDemo/KJLoading/**/*.{h,m}",
32       "resources": "KJLoadingDemo/KJLoading/**/*.{bundle}"
33     },
34     {
35       "name": "KJProgressHUD",
36       "source_files": "KJLoadingDemo/KJProgressHUD/**/*.{h,m}",
37       "dependencies": {
38         "KJLoading/KJLoading": [
40         ]
41       }
42     }
43   ]