[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / d / b / e / HLUIKit / 0.0.4 / HLUIKit.podspec.json
blob03266b5408139d5ad41e9a20a0b6046c04ad8606
2   "name": "HLUIKit",
3   "version": "0.0.4",
4   "summary": "A person iOS UIKit use to keep programing faster.",
5   "homepage": "https://github.com/wyh900207/HLUIKit",
6   "license": "MIT",
7   "authors": {
8     "HomerLynn": "homerice8@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/wyh900207/HLUIKit.git",
15     "tag": "0.0.4"
16   },
17   "source_files": [
18     "HLUIKit/Pod",
19     "HLUIKit/HLUIKit/**/*.{h,m,swift}"
20   ],
21   "frameworks": "UIKit",
22   "libraries": [
23     "iconv",
24     "xml2"
25   ],
26   "requires_arc": true,
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   },
30   "dependencies": {
31     "Masonry": [
32       "~> 1.0.2"
33     ]
34   }