[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / f / c / b / ALXUtil / 0.1.8 / ALXUtil.podspec.json
blob691e9d4262bed42d4b650e1b41c5757a9b8497ab
2   "name": "ALXUtil",
3   "version": "0.1.8",
4   "summary": "A common utility set easy to use.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/alexlearnstocode/ALXUtil",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "alexlearnstocode": "229570121@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/alexlearnstocode/ALXUtil.git",
16     "tag": "0.1.8"
17   },
18   "social_media_url": "https://www.jianshu.com/u/fb6f45f5a7f6",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ALXUtil/ALXUtil.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "CoreGraphics"
27   ],
28   "subspecs": [
29     {
30       "name": "ALXUtil-UIView",
31       "source_files": "ALXUtil/UIView+ALXUtil.{h,m}",
32       "public_header_files": "ALXUtil/UIView+ALXUtil.h"
33     },
34     {
35       "name": "ALXUtil-UIImage",
36       "source_files": "ALXUtil/UIImage/UIImage+ALXUtil.{h,m}",
37       "public_header_files": "ALXUtil/UIImage/UIImage+ALXUtil.h"
38     },
39     {
40       "name": "ALXUtil-NSAttributedString",
41       "source_files": "ALXUtil/NSAttributedString+ALXUtil.{h,m}",
42       "public_header_files": "ALXUtil/NSAttributedString+ALXUtil.h"
43     }
44   ]