[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / b / e / HLUIKit / 0.0.1 / HLUIKit.podspec.json
blob83494c4245be97feb8d2e805ad887229c4d96902
2   "name": "HLUIKit",
3   "version": "0.0.1",
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.1"
16   },
17   "source_files": [
18     "HLUIKit/Pod",
19     "HLUIKit/**/*.{h,m,swift}"
20   ],
21   "exclude_files": "HLUIKit/Exclude",
22   "frameworks": "UIKit",
23   "libraries": [
24     "iconv",
25     "xml2"
26   ],
27   "requires_arc": true,
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
30   },
31   "dependencies": {
32     "Masonry": [
33       "~> 1.0.2"
34     ]
35   }