[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / d / 0 / 7 / SNUIKit / 0.2.1 / SNUIKit.podspec.json
blobe947130f73faac45217439b9d3b6e2cbb02f3861
2   "name": "SNUIKit",
3   "version": "0.2.1",
4   "summary": "UIKit extensions.",
5   "description": "The extension of UIKit provides UINavigationController, UINavigationBar, UIView, UIButton and other common UI family extensions.",
6   "homepage": "https://github.com/snlo/SNUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snlo": "snloveydus@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/snlo/SNUIKit.git",
19     "tag": "0.2.1"
20   },
21   "source_files": "SNUIKit/SNUIKit/**/*.{h,m}",
22   "resources": "SNUIKit/SNUIKit/SNUIKit.bundle",
23   "requires_arc": true,
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   },
27   "dependencies": {
28     "Masonry": [
30     ],
31     "ReactiveObjC": [
33     ],
34     "Aspects": [
36     ],
37     "SNTool": [
39     ]
40   }