[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / b / 6 / 0 / XNBaseController / 0.2.0 / XNBaseController.podspec.json
blobe4da43c14afe67c22b7b65d008f5aacb0cd8ae65
2   "name": "XNBaseController",
3   "version": "0.2.0",
4   "summary": "A short description of XNBaseController.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yexiannan/XNBaseController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yexiannan": "932056276@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yexiannan/XNBaseController.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XNBaseController/Classes/**/*",
22   "resource_bundles": {
23     "XNBaseController": [
24       "XNBaseController/Assets/**/*"
25     ]
26   },
27   "dependencies": {
28     "XNBaseUI": [
30     ],
31     "Masonry": [
33     ],
34     "XNThemeManager": [
36     ]
37   },
38   "prefix_header_contents": [
39     "#import \"XNBaseUI.h\"",
40     "#import \"XNBaseUtils.h\"",
41     "#import \"Masonry.h\"",
42     "#import \"XNThemeManager.h\"",
43     "#import \"UIFont+XNThemeFont.h\""
44   ]